.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Arial;
font-weight:bold;
line-height:18px;
z-index:100;
width: 138px;
visibility: hidden;
margin:8px;
margin-top:-1px;
margin-left:-1px;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 5px;
text-align:center;
text-decoration: none;
color: #fff;
background-color:#0099cb;
margin:1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#006699;
}