#menu {
}

.chromestyle{
	padding-top:5px; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 980px;
	margin: 0 auto;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	text-align: left;
}

.chromestyle ul li a{
	color: #494949;
	padding: 11px 20px 0px 10px;
	margin: 0;
	height:29px;
	display: block;
	float:left;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3e3e3e;
	margin-left:5px;
	background-image:url(../images/navhover.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff;
	background-position:bottom right;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
margin-top:-1px;
border: 1px solid #4fa0dc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #4fa0dc; /*THEME CHANGE HERE*/
	padding: 4px 0;
	padding-left:12px;
	text-decoration: none;
	color: #303030;
	background-image:url(../images/navdroparrow.gif);
	background-repeat:no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image:url(../images/navdrophover.gif);
	color:#372602;
}
