.chromestyle {
	width: 707px;
	margin: 0px auto;
	margin-top: 20px;
	font-size: 11px;
	background-image: url(/images/menubg.jpg);
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
}

.chromestyle ul {
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle li a:link, .chromestyle li a:visited, .chromestyle li a:active {
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
}

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


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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #6699cc;
	border-bottom-width: 0;
	font-size: 10px;
	line-height:15px;
	z-index:100;
	background-color: #6468c3;
	visibility: hidden;
	margin-left: 0px;
	margin-top: 6px;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: 250px;
	display: block;
	border: 1px solid #003366; 
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #1d0786;
}