html #menu{
	margin-left:auto;
	margin-right:auto;
	margin-left:-5px;
}
#menu{
	width:940px;
	height:40px;
	z-index: 9;
	position: relative;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 8px;
	*margin-bottom:0px;
	padding:0px;
}
#chromemenu{
	position:relative;
	margin:0px;
	text-align: left;
}


.chromestyle{
width: 100%;
text-align: center;
font-weight: bold;
padding:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin:0px;
float: left;
font:11px Verdana;
text-align: left; /*set value to "left", "center", or "right"*/
margin-left:0px;
padding-left:0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

	height: 25px;
	line-height:25px;
	
	vertical-align:middle;
	color: #fff;
	margin: 0;
	text-decoration: none;
	margin-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.chromestyle ul li a:hover{
background:#000;
color:#faba00;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #333; /*THEME CHANGE HERE*/
/*border-bottom-width: 0; */
line-height: 14px;
z-index:100;
background-color: #535154;
background-color: #fff;
background-color:#faba00;
background-color:#fee5a8;
border:1px solid #faba00;
border-top:0px;
border:0px;
width: 180px;
visibility: hidden;

opacity: 0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 9px;
border-bottom: 0px solid #444; 
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #222;
background-color: #faedc7;
color:#faba00;
color:#000;
}

