#chromemenu
{
	width: 796px;
	height: 22pt;
}

#chromemenu:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul
{
	/*border: 1px solid #B9A378;*/
	width: 100%;
	height: 30px;
	/*background: url(../images/chromebg.gif) center center repeat-x; Theme Change here*/
	background-color: #E9E2C0;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	color: White;
}

#chromemenu ul li
{
	display: inline;
}

#chromemenu ul li a
{
	float: left;
	color: #6E0000;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	font-size: 13.5px;
	font-weight: normal;
	
	
/*background: url(../images/divider.gif) center right no-repeat; Theme Change here*/
}

#chromemenu ul li a:hover
{
	color: #6E0000;
	font-weight: normal;
	font-size: 13.5px;
	background-color: #F3F1DE;
	
	/* TODO - fix the  jump
	BORDER-RIGHT: #DAC793 1px solid; 
	BORDER-TOP: #DAC793 1px solid; 
	BORDER-LEFT: #DAC793 1px solid; 
	BORDER-BOTTOM: #DAC793 1px solid;
	*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	top: 0;
	border: 2px solid #E9E2C0; /*Theme Change here*/
	font:normal 8pt Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #E9E2C0; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #8F6E44;
	background-color: #F3F1DE;
	
}

.dropmenudiv a:hover
{ /*Theme Change here*/
	background-color: #F3F1DE;
	color: #6e0000;
	font-weight: bold;
	cursor:pointer;
}