/* menunav */
#menunav{
width:100%; 
margin:0 auto;
background:url(../images/menunavbg.gif) repeat-x 0 0;
height:39px;
margin-bottom:6px;
font-size: 120%;
}
.menunavlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 32px;
    background: url(../images/menunavbg.gif) repeat-x 0 0;
}
#menunav span{
display:block; float:left;
background:url(../images/menubg.gif) no-repeat 0 0;
width:8px; height:39px;
}
#menunav span.r{
background:url(../images/menubg.gif) no-repeat -10px 0;
float:right;
}
#menunav ul,#menunav li{
float:left; height:39px; line-height:39px; color:#fff;
}
#menunav li{
background:url(../images/menunavbg1.gif) no-repeat right 50%;
padding:0 5px; position:relative;
}
#menunav li .dot{position:absolute; top:-3px; right:8px;}
#menunav li.noborder{
background:none;
}
#menunav li a{
display:block; width:94px; text-align:center; color:#fff;
text-decoration:none; line-height:45px; _margin-bottom:-20px;
font-weight: bold;
}
#menunav li a:hover,#menunav li a.cur{
background:url(../images/menubg.gif) no-repeat 0 -86px; color:#225D98;
text-decoration:none;
font-weight: bold;
}