.chromestyle{
	width: 99%;
	font-weight: bold;
}


.chromestyle ul{
	margin: 0px  0px 0px -40px;
	text-indent: 0px;
}

.chromestyle ul li{
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	text-indent: 0px;
	display: inline;
	overflow: hidden;
	margin: 0px;
	text-indent: 0px;
}

.chromestyle ul li a{
	margin: 0px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display:inline;
	float:left;
	overflow: hidden;
	margin: 0px;
	padding: 10px 16px;
	text-indent: 0px;
}

.chromestyle ul li a:hover{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: #3090c0;
	display: inline;
	overflow: hidden;
	margin: 0px;
	text-indent: 0px;
}


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

.dropmenudiv{
	position:absolute;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	background: url(bg_sub_nav.gif) 0 0 repeat-x #194575;
	width: 200px;
	visibility: hidden;
	margin-top: -2px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 17px;
	border-bottom: 1px solid #2574ac; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3898c8;
	color: #0d4171;
}
