.chromestyle{
width: 720px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	border: 1px solid #BBB;
	background: url(http://www.earthworks-jobs.com/images/menubackpage.png) repeat-x center center; /*THEME CHANGE HERE*/
	padding: 4px 0px 1px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: Verdana;
	font-size: 12px;
	
}

.chromestyle ul li{
	display: inline;
	border-right: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 7px;
	width: auto;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px 6px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	background: url(http://www.earthworks-jobs.com/images/menubackpageover.png) repeat-x center center; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]: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;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 9px Verdana;
	line-height: 12px;
	z-index: 100;
	background-color: white;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	max-width: 600px;
	width: 150px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: White;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	background-image: url(http://www.earthworks-jobs.com/menucss/chromebgsub-over.gif);
}