
/*outer*/
.chromestyle{
width: 600px;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/*outer text and bg*/
.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background-color: #FFFFFF;  
height: 24px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

/*seperator and text color*/
.chromestyle ul li a{
color: #11a59a;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#FFFFFF; 
background:#25bcd1;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #f0f0f2; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px SimSun;
line-height:20px;
z-index:100;
background-color: white;
/*width: 200px;*/ 
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#67604d,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: -3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
/*padding: 2px 0;*/
text-decoration: none;
font-weight: normal;
color: #2cb3a5;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000000; 
background-color:#f7c830;
border:0px solid #f0f0f2;
font:normal 14px SimSun;
line-height:20px;
}