#menu-container/* Begin CSS Drop Down Menu */
	{
	width: auto;
	background-image: url(images/bg_nav.gif);
	height: 45px;
	}
.chromestyle{
	width: 868px;
	padding-top: 15px;
	}

.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%;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover{
	color: #339900;
}


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

.dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	background-color: #F5822A;
	width: 100px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #339900;
}
