
.chromestyle{
margin:0 auto;
font-family:Arial,Microsoft YaHei,'Î¢ÈíÑÅºÚ';
}
chromestyle
.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%;
 /*THEME CHANGE HERE*/
padding-left: 14px ;
margin:0 auto;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

padding: 15px 32px;
margin:0 auto;
text-decoration: none;
border-right: 0px solid #0041A1;
font-size:16px; color: #fff;font-family:Arial,Microsoft YaHei,'Î¢ÈíÑÅºÚ'; 
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 background: url(../chrometheme/bga.png) center center repeat-x; color:#FFFF00/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border-bottom-width: 0;
 color:#FF8E1A;font-family:Arial,Microsoft YaHei,'Î¢ÈíÑÅºÚ';
line-height:28px;
z-index:9999;
background-color:#F9EFE4;
width: auto;
visibility: hidden;text-align: center;padding-bottom:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;

font-size:15px;color:#666;font-family:Arial,Microsoft YaHei,'Î¢ÈíÑÅºÚ';

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF7B02;
font-family:Arial,Microsoft YaHei,'Î¢ÈíÑÅºÚ';

}