/*head_menu*/
.menu_menu{width:950px; margin:0 auto; background:url(../images/menu_menu.jpg) repeat-x; height:28px; line-height:28px; border:1px solid #7ab0da; border-top:1px solid #757575;}
.lr_width{padding:0 10px;} 
.dh{background:url(../images/menu_menu2.jpg) no-repeat right;}
.font10 a:link{font-size:12px;color:#074282;font-weight:bold; font-family:"宋体"; text-decoration:none;}
.font10 a:visited{font-size:12px;color:#074282;font-weight:bold; font-family:"宋体"; text-decoration:none;}
.font10 a:hover{font-size:12px;color:#074282;font-weight:bold; font-family:"宋体"; text-decoration:none;}
.font10 a:active{font-size:12px;color:#074282;font-weight:bold; font-family:"宋体"; text-decoration:none;}
#chromemenu{
text-align:center;
}
#chromemenu a{
 text-align:center;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-size:12px;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #ffffff;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width:100%;
position:absolute;
top: 0;
border: 1px solid #cbcbcb; /*Theme Change here*/
z-index:100;
visibility: hidden;
margin-top:7px;
font-family:"宋体";
font-size:12px;
font-weight:lighter;
}

.dropmenudiv a:link,.dropmenudiv a:visited{
font-size:12px;
color:#666666;
display: block;
border-bottom:1px dotted #000000; /*Theme Change here*/
border-left: 0px solid #B5E2FE; /*Theme Change here*/
border-right: 0px solid #B5E2FE; /*Theme Change here*/
text-decoration: none;
background-color: #f1f1f1 ;
line-height:24px;
font-family:"宋体";

font-weight:normal;
}

.dropmenudiv a:hover,.dropmenudiv a:active{ /*Theme Change here*/
background-color: #f1f1f1;
font-family:"宋体";
font-size:12px;
color:#0b60b1;
font-weight:normal;
}
