#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#chromemenu ul{
/*width: 100%;*/
width: 900px;
margin-left: 10;
padding-left: 0px;
margin: auto 0;
float: left;
font: bold 12px Tahoma;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; /*Theme Change here*/
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
	background-image: url(divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#chromemenu ul li a:hover{
color: #84C326;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*Theme Change here*/
	border-bottom-width: 0;
	font:normal 12px Tahoma;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EEEDE5;
}
