.chromestyle{
	text-decoration: none;
	height:38px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	padding:0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	list-style:none;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	line-height: 38px;
	width:150px;
	margin-right:5px;
	text-align:center;
	display:block;
	float:left;
	background: url(drop_bg.jpg) left top repeat-x;
}

.chromestyle ul li a:hover{
	background: url(drop_bg_over.jpg) left top repeat-x; color:#fff; text-decoration:none;
}

.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;
	line-height:18px;
	z-index:100;
	background-color: #58595b;
	width: 200px;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(drop_bg_over.jpg) left top repeat-x;  color:#fff; text-decoration:none;
}

