#chromemenu{ } 

#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 none; 
	width: 100%; 
	background: url(../images/bg_mainnav.gif) repeat-x center center; /*Theme Change here*/ 
	margin-left: 0; 
	padding-left: 0; 
	margin: 0; 
	float: left; 
	font: 400 11px Arial, Helvetica, sans-serif; 
	border-color: #DDDDDD #dddddd #dddddd} 
	
#chromemenu ul li {
	display: inline;
	} 

#chromemenu ul li a {
	float: left; 
	color: #000000; 
	font-weight: 400; 
	padding: 0px 16px; 
	text-decoration: none; /*Theme Change here*/
	background-image: url(../images/navdivider.gif); 
	background-repeat: no-repeat; 
	background-position: center right; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	} 
	
#chromemenu ul li a:hover {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: 400;
	} 
	
#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: #000000 none; 
	font:400 normal 11px/18px Arial, Helvetica, sans-serif; 
	z-index:100; 
	width: 200px; 
	visibility: hidden; 
	color: #000000; 
	border-width: 0pt 0pt 0; 
	background-image: url(../images/hatch_bg3.jpg); 
	background-repeat: repeat;
	} 

.dropmenudiv a, .dropmenudiv a:visited { 
	width: 100%; 
	display: block; 
	text-indent: 3px; 
	border-bottom: 1px solid #E8BEBE; /*Theme Change here*/ 
	padding: 2px 0; 
	text-decoration: none; 
	font-weight: 400; 
	color: black; 
	border: 1px #dddddd ridge; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	} 

.dropmenudiv a:hover { /*Theme Change here*/ 
	width: 100%; 
	display: block; 
	text-indent: 3px; 
	border-bottom: 1px solid #E8BEBE; /*Theme Change here*/ 
	background-color: #9E9E9E; 
	padding: 2px 0; 
	text-decoration: none; 
	font-weight: 400; 
	color: black; 
	border: 1px #dddddd ridge; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
} 
