/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
position:relative;
display:block;
height:35px;
font-size:11px;
font-weight:bold;
background:transparent url(under_prov.jpg) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
/*border-top:2px solid #fb663c;
border-bottom:2px solid #fb663c;*/
width: 766px;
margin-left: 7px;
}

#stylefour ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
}

#stylefour ul li{
display:block;
float:left;
margin:0;
}

#stylefour ul li a{
display:block;
float:left;
color:#fff;
text-decoration:none;
padding:11px 20px 0 20px;
height:24px;
/*background:transparent url(bgDIVIDER.gif) no-repeat top right;*/
}

#stylefour ul li a.current{
color:#fff;
background: url(under_prov_c2.jpg) repeat-x top left; /*#fc4b1a*/
}
#stylefour ul li a:hover{
color:#fff;
background: url(under_prov_h.jpg) repeat-x top left; /*#f68160*/
}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */