.chromestyle
{
	color: #fff;
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	width: 99%;
}

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

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

.chromestyle ul li { display: inline; }

.chromestyle ul li a
{
	border-right: 0px solid #70A9D6; /*THEME CHANGE HERE*/
	color: #fff;
	margin: 0;
	padding: 4px 7px;
	text-decoration: none;
	
}

.chromestyle ul li a:hover
{
	background-color: #F1F7FB;
	color: #106FBA;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv
{
	background-color: #70A9D6;
	border: 0px 0px 1px 0px solid #8DBADE;	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: helvetica, arial;
	font-size: 0.95em;
	line-height: 18px;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 250px;
	z-index: 100;
}

.dropmenudiv a
{
	border-top: 1px solid #8DBADE; /*THEME CHANGE HERE*/
	color: white;
	display: block;
	font-weight: bold;
	padding: 2px 0;
	text-indent: 3px;
	text-decoration: none;
	width: 250px;
}

.dropmenudiv a:hover
{
	background-color: #F1F7FB; /*THEME CHANGE HERE*/
	color: #2078BF;
	width: 250px;
}
