.chromeFrame{
width:980px;
height:20px;
margin:0;
padding:0;
background: url(../images/topmenu_bg.gif) repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle{
float:left;
display: block; 
font: normal 12px arial;
width:880px;
margin:0;
padding:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.topmenuseperator{
padding:0px;
background:url(../images/topmenu_line.gif) no-repeat;
}

.chromestyle ul{
padding:2px 0 0 0px;
width: 100%;
height:100%;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding-left:22px;
padding-right:15px;
text-decoration: none;
}

.chromestyle ul li a:hover{
text-decoration: none;
color: #fffc00;
}

.chromestyle ul li a.china{
color: #ff0000;
padding-left:22px;
padding-right:15px;
text-decoration: none;
}

.chromestyle ul li a:hover.china{
text-decoration: none;
color: #ffcc00;
}

.chromestyle_right{
float:right;
font: normal 12px arial;
width:90px;
margin:0;
padding:0;
}

.chromestyle_right ul{
padding:2px 0 0 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle_right ul li{
display: inline;
}

.chromestyle_right ul li a{
color: #ffffff;
padding-left:22px;
padding-right:15px;
text-decoration: none;
}

.chromestyle_right ul li a:hover{
text-decoration: none;
color: #fffc00;
}

/*Style for Drop Down Menu*/

.dropmenudiv{
position:absolute;
margin-top: 2px;
margin-left: 1px;
border: 1px solid #99bace; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 9px;
border-bottom: 1px solid #99bace; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FFFFFF", endColorStr="#E4F0F7", gradientType="0");
background: url(../images/topmenu_bg_over.gif) repeat-x;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#00578e;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#AEE0FF", endColorStr="#E4F0F7", gradientType="0");
background: url(../images/topmenu_bg_over2.gif) repeat-x;
}
