.chromestyle{
width: 100%;
font-weight: bold;
}

.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%;
padding: 3px 5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 0 8px;
margin: 0;
text-decoration: none;
font-size:11px;
font-family: Verdana, Arial, Tahoma;
}

.chromestyle ul li a:hover{
	color:#000000;
	text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
width:180px;
margin-top:4px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight:normal;
line-height:18px;
z-index:100;
background-color:#EEEEEE;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ABABAB,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 5px 2px 5px;
text-decoration: none;
font-family: Verdana, Arial, Tahoma;
color:#666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-family: Verdana, Arial, Tahoma;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ccc;
color:#fff;
text-decoration: none;
}