#menu {
	width:685px;
	float:right;
	*padding-top:11px;
}

.chromestyle{ 
	margin-top:43px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	margin:0;
	visibility: hidden;
}

.chromestyle ul{
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin:0;
	text-align: left;
}

.chromestyle ul li a {
	color:#ffffff;
	padding: 12px 17px 0px 15px;
	margin: 0;
	height:28px;
	display: block;
	float:left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	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:#000000;
	background-position:bottom right;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
margin-top:-1px;
border: 1px solid #494949; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #494949; /*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;
}