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



.chromestyle ul{
	width: 775px;
	background-color:#fff;
	padding: 9px 0;/*padding from top*/
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #5c7688;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 1px 3px; /*padding between nav*/
	margin: 0;
	text-decoration: none;
	text-align:left;
}

.chromestyle ul li a:hover{
color:#102936;
}




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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	line-height:11px;
	background-color: #4f8fcc;
	border-bottom-width:11px;
	border-bottom-color:#a2cde3;
	border-bottom-style:solid;
	padding-top:2px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	text-align:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 14px;
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
	text-align:left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#102936;
}
