.chromestyle {
	width: 99%;
}

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

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

.chromestyle ul li {
	display: inline;
	font-size: 11px;
}

.chromestyle a {
	color: #D6FFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.chromestyle ul li a:hover{
	color: #ECE7C1;
	text-decoration: none;
}

.chromestyle ul li .active_cat { color: #ECE7C1; font-weight: bold; }

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #164E8E;
	visibility: hidden;
	width: 100px;
}


.dropmenudiv a {
	display: block;
	border-bottom: 1px solid #FFF;
	color: #D6FFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #D6FFFF;
	text-decoration: none;
}
