/* 
dark grey #1f1f1f;
orange #ec8b09
*/


#menu_below_banner {
height:40px;
width:930px;
margin:auto;
background-image:url('/images/nav_bg.jpg');
}

#menu_below_banner .nav
{
 padding:0;
 width:930px;
/*margin:auto;*/
 float:left;

}

#menu_below_banner .nav ul
{
list-style: none;
padding: 0;
margin: 0;
display: block;
text-align:center;
}

#menu_below_banner .nav li
{
float: left;
margin: 0;
height: 40px;
line-height: 40px;
width:154px;
float: left;
border-right:1px dotted #d1d1d1;
}

#menu_below_banner .nav li a
{
color: #f1f1f1;
text-decoration: none;
text-align: center;
height: 40px;
line-height: 40px;
width:154px;
float: left;
}

#menu_below_banner .nav li a:hover
{
color:#fff;
text-decoration: underline;
text-align: center;
height: 40px;
line-height: 40px;
width:154px;
float: left;
background-image:url('/images/nav_bg_on.jpg');
}

#menu_below_banner .nav .on
{
color:#fff;
text-decoration: none;
text-align: center;
background-image:url('/images/nav_bg_on.jpg');
height: 40px;
line-height: 40px;
width:154px;
float: left;
}


#menu_below_banner .nav a .on
{
color: #f1f1f1;
text-decoration: none;
text-align: center;
height: 40px;
line-height: 40px;
width:154px;
float: left;
}




/* Hide from IE5-Mac \*/
#menu_below_banner .nav li a
{
float: none
}
/* End hide */
