body{color:#000; font:13px "Î¢ÈíÑÅºÚ";margin:0 auto;} 
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:0px solid #BBB;
width: 100%;
 /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline; font-size:13px;font-family:"Î¢ÈíÑÅºÚ";font-weight: bold;color: #e2e2e2;
}

.chromestyle ul li a{
color: #999;
padding: 5px 34px;
margin: 0;
text-decoration: none;
border-right: 0px solid #5B5B5B;font-size:13px;font-family:"Î¢ÈíÑÅºÚ";font-weight: bold;color: #fff; float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/  font-size:13px;font-family:"Î¢ÈíÑÅºÚ"; color:#fff;font-weight: bold;float:left;
 /*THEME CHANGE HERE*/
}
.chromestyle ul li a.current,chromestyle ul li a.current:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/ font-size:13px;font-family:"Î¢ÈíÑÅºÚ"; color:#3F210E;font-weight: bold;float:left;
 /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
font-size:12px;font-family:"Î¢ÈíÑÅºÚ";
line-height:25px;
z-index:100; 
width: 124px;
visibility: hidden; color:#333333;background-color: #C9A822;border-radius:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 18px;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:12px;font-family:"Î¢ÈíÑÅºÚ";
color:#fff;background:url(dots2.gif)  no-repeat; text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
 background-image:url(bg3.gif);
}

.dropmenudiv .hhh a:hover{ /*THEME CHANGE HERE*/
 background-image:url(bg4.gif);background-repeat:repeat;
}