.chromestyle {
	width: 99%;
	font-weight: normal;
	margin-top: 4px;
}

.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: 0px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FBFBFB;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	/*color: #FFFFFF;*/
	/*background-color: #000000;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid white;
	border-bottom-width: 0;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height:16px;
	z-index:100;
	background-color: #86BFDC;
	width: 150px;
	visibility: hidden;
	/*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: 15px;
	border-bottom: 1px solid white; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #135B7B;
}