.chromestyle{
width: 100%;
height:36px;
font-size:1.08em;
font-weight: 600;
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0;
	width: 100%;
	height:36px; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	top: 90px;
	background-color: #FFFFFF;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #333333;
	text-decoration: none;
	line-height:36px;
	height:36px;
	margin:0;
	vertical-align: middle;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 54px;
	padding-left: 54px;
	background-image: url(/images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(/images/bg_nav_o.gif);
	background-repeat: repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size:0.9em;
	line-height:18px;
	z-index:100;
	background-color: #F6DB83;
	width: 180px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: 500;
	color: black;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4D174;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0BF5C;
color:#FFFFFF;
}
