
.chromestyle{
width: 120px;
margin: 0px;
padding: 0px;
font-family:Arial,Helvetica,sans-serif !important;
font-size:10px !important;
font-weight:normal !important;
}

.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%; */
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left !important; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
border:0px solid #223333;
color:#FFFFFF;
display:inline;

margin:0;
padding:4px 7px;
text-align:left;
text-decoration:none;
}

.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(chromeb-over.gif) center center repeat-x; THEME CHANGE HERE*/
color:#ccccff;
opacity:0.9;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial,Helvetica,sans-serif !important;
font-size:12px !important;
font-weight:normal !important;
line-height:18px;
z-index:100;
background-color: transparent;
width: 120px;
visibility: hidden;
text-align: left !important;
}


.dropmenudiv a{
opacity:0.9;
color:#c0c0c0;
background: #223333;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 5px 0;
text-decoration: none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
opacity:0.9;
background-color: #617363;
color: #ccccff;
}