.chromestyle{
 margin: 0;
 border: 0 none;
 padding: 0;
 width:924px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle div{
float:left;
margin-right:2px;
margin-left:2px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:2px;
margin-left:2px;
padding:15px 2px 15px 2px;
position:absolute;
top: 0;
font:normal 11px Tahoma, Verdana;
color:#FFFFFF;
line-height:27px;
z-index:100;
background-color: #52504e;
width: 173px;
visibility: hidden;
text-align:center;
filter:alpha(opacity=90); opacity: 0.9;
}


.dropmenudiv a{
display: block;
text-indent: 3px;
text-decoration: none;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(../images/bgsubmenu.gif);
}