.chromestyle{ font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenudiv{margin-top:10px;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#90BBC4;
visibility: hidden;
}


.dropmenudiv a{ font-family:Arial, Helvetica, sans-serif;width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none; width:120px;
font-weight: bold; font-size:11px;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#F0F0F0; color:#000000}
