.chromestyle{
	width: 885px;
	font-weight: bold;
	font-size:14px;
	text-align:left;
	/*	margin: 0px auto;*/
	border-width: 0px;
	border-style: none;
	height: 36px;
	position: absolute;
	left: 45px;
	top: 0px;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
}

.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%; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 10px 0 0 0px;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
	color: #1C3657;
	border-width: 0px;
	border-style: none;
}

.chromestyle ul li a {
	color: #1C3657;
	margin: 0;
	text-decoration: none;
	padding: 4px 14px 4px 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #1C3657;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;	
	top:0;
	left: 80px;
	line-height:18px;
	background-color: white;
	width: 200px;
	visibility: hidden;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired */
	background-image: url(../images/dropnavout.jpg);
	background-repeat: repeat;
	border-top: 1px solid #1C3755;
	border-right: 1px solid #1C3755;
	border-bottom: 0 solid #1C3755;
	border-left: 1px solid #1C3755;
	font-size: 14px;
	z-index: 1000;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
text-align:left;
border-bottom: 1px solid #1D3655; /*THEME CHANGE HERE*/
padding: 2px 0 2px 2px;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #1C3657;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/navoverback.jpg);
}
