.chromestyle{
font-weight: bold;
background-color:#ffffff;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
xborder:1px solid black;
width: 212px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: block;
width: 106px;
height:18px;
_height:22px;
float:left;
padding:4px 0 0 0;
_padding:4px 0 0 4px;
background: url(/glomaris/glomaris.nsf/pic/dropdownImg.jpg); /*THEME CHANGE HERE*/
background-repeat:no-repeat;
background-position:center center;
text-align: center;
}
.chromestyle ul li a{
color: #283663;
xpadding: 4px 5px;
margin: 0;
text-decoration: none;
cursor:default;
}
.chromestyle ul li a:hover{
color: #283663;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
font:normal 11pt trebuchet;
line-height:18px;
z-index:100;
background-color:#75BEC9;
width: 106px;
visibility: hidden;
text-align: left;
}
.dropmenudiv a{
width: 106px;
display: block;
padding: 3px 0 0 10px;
text-decoration: none;
color: #283663;
text-align: left;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
xbackground-color: #F0F0F0;
color:#ee7d11;
}
