#chromemenu{
width: 99%;
}

#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%; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 12px Verdana;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #C88A12;
	font-weight: bold;
	text-decoration: none; /*Theme Change here*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#chromemenu ul li a:hover{
color: #C88A12;
}

#chromemenu ul li a[onMouseover]: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; /*Theme Change here*/
	border-bottom-width: 1px;
	line-height:14px;
	z-index:100;
	background-color: #F9F1E6;
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#FCF9F4,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 78151A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	margin: 5px;
	padding: 0px;
	border-top-color: #DCA73F;
	border-right-color: #DCA73F;
	border-bottom-color: #DCA73F;
	border-left-color: #DCA73F;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #C88A12;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #DCA73F;
	border-right-color: #DCA73F;
	border-bottom-color: #DCA73F;
	border-left-color: #DCA73F;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #FCF9F4;
	color: #C88A12;
	text-decoration: none;
}
