.chromestyle{
width: 100%;
margin-left: 1px;
}

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

.chromestyle ul{
margin: 0;
padding: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.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: 1px solid #F0F0F0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px trebuchet ms;
color: #333;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
margin-left: -1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 1px solid #F0F0F0; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: regular;
color: #444;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666;
color: #E5C200;

width: auto;
display: block;
text-indent: 15px;

padding: 5px 0;
text-decoration: none;
font-weight: regular;

}