.chromestyle{
width: 100%;
}

:after.chromestyle{ /*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;
	z-index: 2;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 95px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding: 4px;
	background-color: #B8CFE1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #98AEC9;
	border-right-color: #98AEC9;
	border-left-color: #98AEC9;
}


.dropmenudiv a{
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	text-decoration: none;
	text-indent: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AABCD2;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}
