.chromestyle{
	width: 100%px;
	width: expression( document.body.clientWidth < 771 ? "770px" : "auto" ); /* set min-width for IE */
   min-width: 770px; /* sets min-width value for all standards-compliant browsers */
	font-weight: bold;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
		padding-left: 0px;
	padding-right: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px none Yellow;
	width: 98%;
	background: url(http://www.earthworks-jobs.com/images/menubackpage.png) repeat-x center; /*THEME CHANGE HERE*/
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	vertical-align: middle;
}

.chromestyle ul li{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.chromestyle ul li a{
	color: Black;
	padding: 5px 22px 5px 22px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	vertical-align: middle;
	font-family: Verdana;
}

.chromestyle ul li a:hover{
	background: url(http://www.earthworks-jobs.com/images/menubackpageover.png) center; /*THEME CHANGE HERE*/
	color: Black;
}

.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 10px Verdana;
	line-height: 15px;
	z-index: 100;
	width: 200px;
	background-color: white;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 10px;
	
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	color: black;
	background-image: url(http://www.earthworks-jobs.com/menucss/chromebgsub-over.gif);
	background-position: center;
	background-repeat: repeat-x;
}