.chromestyle{
width: 99%;
FONT-FAMILY:"Microsoft Yahei";
FONT-WEIGHT: bold; FONT-SIZE: 16px;COLOR: #ffffff;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
FONT-FAMILY:"Microsoft Yahei";
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
FONT-FAMILY:"Microsoft Yahei";
width: 100%;
background:#FF6666; /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
FONT-FAMILY:"Microsoft Yahei";
display: inline;
text-align: left; 
}

.chromestyle ul li a{
color: #ffffff;
padding: 2px 4px;
margin: 0;
text-decoration: none;
text-align: left; 
/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background:#ffffff center center repeat-x; /*THEME CHANGE HERE*/
color: #FF6666;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0753ba; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
FONT-SIZE: 16px;
FONT-FAMILY:"Microsoft Yahei";
color: #0753ba;
line-height:32px;
z-index:100;
background-color: #ffffff;
filter:alpha(Opacity=90); Opacity:0.9; 
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
FONT-WEIGHT: bold;
color: #0753ba;
background-color: #ffffff;
padding: 1px 0;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0753ba;
color: #ffffff;
}