.chromestyle{
	width:100%;
	height:23px;
	margin-top: 0px;
	margin-left: 10px;
}
.chromestyle a{
text-decoration : none;
font-family:"宋体";
font-size:12px;
color:#ffffff;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ 
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin-left: 17px;
	margin-right: 21px;
/*margin-top:20px;*/
text-decoration : none;
font-family:"宋体";
font-size:12px;
color:#ffffff;
}

.chromestyle ul li a:hover{
	color:#FFD62F;
}

.chromestyle ul li a[rel]: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{
position:absolute;
margin-left:-22px;
margin-top:4px;
top: 0;
border: 1px solid #0380BD; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:180%;
z-index:100;
background-color:#166992;
width: 90px;
visibility: hidden;
filter : alpha(opacity=85);  
/*下拉菜单*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0380BD; /*THEME CHANGE HERE*/
padding: 2px 0 2px 16px;;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0380BD;
}
.dropmenudiv2{
/*产品列表下拉层的设置*/
position:absolute;
/*margin-left:-10px;*/
top: 0;
border: 1px solid #99CC00; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:180%;
z-index:100;
background-color:#B8EE82;
width: 90px;
visibility: hidden;
filter : alpha(opacity=85);  
/*下拉菜单*/
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #99CC00; /*THEME CHANGE HERE*/
padding: 2px 0 2px 8px;;
text-decoration: none;
color: #006C00;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #88E22E;
}
