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

.chromestyle ul{
	width: 100%;
	background-color: #e46329;
	color:#FFFFFF;
	margin: 0;
	margin-left:-50px;
	*margin-left:0px;
	text-align: center; /*set value to "left", "center", or "right"*/
	height:25px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;

	margin: 0;
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	background-color: #e46329;
	width: 100px;
	margin-left:-20px;
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f88754;
}
