.chromestyle{
	height: 65px;
	width: 518px;
	position: relative;
	z-index: 1000;
	top: 12px;
	margin: 0px;
	padding: 0px;
	left: 280px;
}

.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%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
float: left;
	list-style-type: none;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	text-transform: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
}

.chromestyle ul li a{
text-decoration: none;
	letter-spacing: 0px;
	color: #0c79aa;
	font-size: 10px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	padding-top: 45px;
	background-image: url(../images/navDivBg.gif);
	background-position: right 39px;
	background-repeat: no-repeat;
	margin: 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: #cd5b36;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; /*THEME CHANGE HERE*/
}





.chromestyle ul li.active a {
	font-weight: normal;
	color: #cd5b36;
	background-color: #b6d7e5;

	}
	

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #EBEBEB;
	width: 230px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d15b34;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #0c79aa;
}


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