
.menudiv
{
    width: 778px;
    border-top: 2px solid #00345b;
    background: url(bgOFF.gif) repeat-x top left;
    
       margin:0 auto; 
       clear:both;
}

#stylefour
{
    background-position: left top;
    position: relative;
    display: block;
  
    height: 39px;
    font-size: 11px;
    font-weight: bold;
    background: transparent url(bgOFF.gif) repeat-x top left;
    font-family: Arial,Verdana,Helvitica,sans-serif;
   
   margin:0px auto;  
   clear:both;
}

#stylefour ul{
		padding:0;
	list-style-type:none;


   margin:0px auto;  
   
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#00345b;
	text-decoration:none;
	padding:11px 12px 0 12px;
	height:23px;
	background:transparent url(bgDIVIDER.gif) no-repeat top right;
	font-size: 12px;
    line-height: 14px;
	}

#stylefour ul li a:hover, #stylefour ul li a.current
{
    color: #FF9A0A;
    background: #fff url(bgON.gif) no-repeat top right;
    font-size: 12px;
    line-height: 14px;
}