/*head_menu*/
.font10 a:link{font-size:13px;color:#ffffff;font-weight:bold; font-family:"黑体"; text-decoration:none;}
.font10 a:visited{font-size:13px;color:#ffffff;font-weight:bold; font-family:"黑体"; text-decoration:none;}
.font10 a:hover{font-size:13px;color:#ffffff;font-weight:bold; font-family:"黑体"; text-decoration:none;}
.font10 a:active{font-size:13px;color:#ffffff;font-weight:bold; font-family:"黑体"; text-decoration:none;}

#chromemenu{
color:#000000;
}
#chromemenu a{
color:#000000;
font-weight:bold;
}


#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;
color:#000000;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #000000;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #000000;
}

#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: 0px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
z-index:100;
visibility: hidden;
margin-top:0px;
font-family:"宋体";
font-size:12px;
color:#000000;
font-weight:lighter;
}

.dropmenudiv a{
display: block;
border-bottom:1px solid #ffffff; /*Theme Change here*/
border-left: 0px solid #B5E2FE; /*Theme Change here*/
border-right: 0px solid #B5E2FE; /*Theme Change here*/
text-decoration: none;
background-color: #fa8c2a ;
line-height:24px;
font-family:"宋体";
font-size:12px;
color:#ffffff;
font-weight:normal;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #00a2b1;
font-family:"宋体";
font-size:12px;
color:#ffffff;
font-weight:normal;
}
