#chromemenu{
	width: 558px;
	margin-top:2px;
}

#chromemenu ul{
	border: none;
	width: 100%;
	height:22px;
	background: url(/images/divider.gif) center center repeat-x; /*Theme Change here*/
	background-color:#a09242/*#000*/;
	margin-left:b 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 12px Verdana;
}
/* style for area to right of the nav bar (the gray area) */
#rightSideNav {
	line-height:22px; /* This (hack) makes sure the content is vertically centered */
	width:218px;
	height:22px;
	background-color:#B0B579;
	margin-top:2px;
	font-family:"Trebuchet MS", TrebuchetMS, Trebuchet, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:white;
	text-align:center;
}
#rightSideNav a {
	font-size:9pt;
	color:white;
	text-decoration:none;
}
#rightSideNav a:hover { color:white; }
#rightSideNav a:visited { color:white; }

#chromemenu ul li{
	display: inline;
}

#chromemenu ul li a{
	line-height:22px; /* This makes content vertically centered. Set it to same value as height: in #chromeMenu.ul */
	float: left;
	color: #f3e162;
	font-weight: normal;
	font-family:"Trebuchet MS", TrebuchetMS, Trebuchet, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding-right:6px;
	padding-left:6px;
	text-decoration: none;
}

#chromemenu ul li a:hover{
  color: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*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 #B1AB50; /*Theme Change here*/
	border-bottom-width: 0;
	font-weight:normal;
	line-height:18px;
	z-index:100;
	background-color:#E6EECF;
	width:150px;
	visibility: hidden;
	margin-left:6px;
}

.dropmenudiv a{
	display: block;
	border-bottom: 1px solid #B1AB50; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-family:"Trebuchet Regular", "Trebuchet MS", Trebuchet, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #AD8512;
	padding-left:5px;
	padding-right:5px;
}
.dropmenudiv a:visited { color:#AD8512; }
.dropmenudiv a:hover{ /*Theme Change here*/
	color:#ff6633;
}
