.chromestyle{
width: 100%;
font-weight: bold;
float:left;
}

.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 #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border:1px solid #ccc;
font-size:12px;
line-height:18px;
z-index:100;
background-color: #ccc;
width:97px;
visibility: hidden;
text-align:left;
padding-left:5px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 0px;
text-decoration: none;
font-weight: normal;
color: black;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 125px;
font-size:12px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f4f4f4;
color:#008789;
}

.dropmenudiv table{
background:#fff;
width:97px;
}
