/*head_menu*/
.menu{width:955px; margin:0 auto; background:url(/images/menu_bg.jpg) repeat-x; height:32px; line-height:32px;}
.lr_width{padding:0 12px;} 
.dh{background:url(/images/menu_bg2.jpg) no-repeat right;font-size:14px;color:#ffffff;font-weight:bold;}
.font10 a:link{color:#ffffff;font-weight:bold; font-family:"黑体"; blr: expression( this.onFocus= this.blur());}
.font10 a:visited{color:#ffffff;font-weight:bold; font-family:"黑体"; blr: expression( this.onFocus= this.blur());}
.font10 a:hover{color:#ffffff;font-weight:bold; font-family:"黑体"; blr: expression( this.onFocus= this.blur()); }
.font10 a:active{color:#ffffff;font-weight:bold; font-family:"黑体"; blr: expression( this.onFocus= this.blur());}
#chromemenu{
color:#fffff;
}
#chromemenu a{
color:#ffffff;
}


#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:#ffffff;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #ffffff;
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: 0px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
z-index:100;
visibility: hidden;
margin-top:7px;
font-family:"宋体";
font-size:12px;
color:#ffffff;
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: #616161 ;
line-height:24px;
font-family:"宋体";
font-size:12px;
color:#ffffff;
font-weight:normal;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #8D8D8D;
font-family:"宋体";
font-size:12px;
color:#ffffff;
font-weight:normal;
}
