.chromestyle{
font-weight: normal;
max-width:225px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #DDD;
width: 225px;
/*background: url(chromebg.gif) left left repeat-x; /*THEME CHANGE HERE*/
background-color: #ebecef;
z-index:1001;
-moz-opacity: 0.8;
opacity:.97;
filter: alpha(opacity=97);
padding: 0px 0;
margin: 0;
text-align: left; set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #111;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBBBBB;
z-index:1001;
-moz-opacity: 0.8;
opacity:.97;
filter: alpha(opacity=97);
}

.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(chromebg-over.gif) left left repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:12px Geneva, Arial, Helvetica;
font-weight:normal;
text-align:left;
margin-bottom:10px;
line-height:18px;
z-index:100;
background-color: #ebecef;
z-index:1001;
-moz-opacity: 0.8;
opacity:.97;
max-width:225px;
filter: alpha(opacity=97);
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCC,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font-weight:normal;
border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
padding-left: 2px;
padding-bottom:3px;
padding-top:3px;
padding-right:8px;
text-decoration: none;
color: #111;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 225px;
z-index:1001;
-moz-opacity: 0.8;
opacity:.97;
filter: alpha(opacity=97);
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ù
width: 225px;
background-color: #333;
color: #EEE;
font-weight:normal;
}
