.chromestyle {
	width: 890px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	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 {
	border: 0px solid #BBB;
	width: 742px;
	padding: 2px 2px 2px 2px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #FFFFFF;
	padding: 5px 7px; /* Distance from dropmenu to navbar */
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

.chromestyle ul li a:visited { 
	/* color:#C42700; */
}

.chromestyle ul li a:hover { 
	color:#C42700;
	background: #ffff00;
}

.chromestyle ul li a:active { 
	color:#C42700;
	background: #ffff00;
}


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

.dropmenudiv {
	position:absolute;
	top: 0px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #3366cc;
	width: 200px;
	visibility: hidden;
	color:#FFFFFF;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 4px;
	padding: 2px 0;
	text-decoration: none;
	font:normal 10px Verdana;
	color: #ffffff;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #ffff99;
	color: #000000;
}

