.chromestyle{
font-weight: bold;
width:100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
}



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

.dropmenudiv {
position:absolute;
top: 0;
font:normal 11px Arial;
border-bottom-width: 0;
line-height:18px;
z-index:100;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
float:left;
width: 200px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 14px;
padding: 4px 0;
text-decoration: none;
color: black;
margin-bottom:1px;
background:url(bg_menu1.jpg) repeat-x;
font-weight:normal;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
margin-bottom:1px;
background:url(bg_menu1.jpg) repeat-x;
background-position: 0px -30px;
color:#FFFFFF;
}