.chromestyle{
	width: 99%;
	font-weight: bold;
	font-size:11px;
	float: left;
}

.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;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 12px;
}

.chromestyle ul li a:hover{
	color: #ffffff;
	margin: 0;
	text-decoration: underline;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 12px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #0d0d0d;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #212121; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

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

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