.chromestyle{
width: 100%;
font-size:12px;
font-weight: bold;
color:#fff;
padding:0px 0px 0px 0px;
margin:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
color: #fff;
font-weight:bold;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px 0px 0px 0px;
margin:0px;
color: #fff;
font-weight:bold;
}

.chromestyle ul li{
display: inline; text-align:left; 
padding:0px 0px 0px 0px;
font-weight: bold;
color:#fff;
}

.chromestyle ul li a{
color: #fff;
font-weight:bold;
padding: 0px;
margin:0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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;
top: 0;
font:normal 12px  "宋体";
line-height:20px;
z-index:100;
width: 65px;
color: #fff;
font-weight:bold;
background-color:#EF4807;
padding:5px;
visibility: hidden;
}

.dropmenudiv table a,a.dropmenudiv:link,a.dropmenudiv:hover,a.dropmenudiv:visited{
width: auto;
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

