.chromestyle {
	width: 590px;
	height: 19px;
	margin-left: 40px;
	padding: 5px 0;
}

.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%;
	padding: 4px 0;
	margin: 0;
	text-align: left; 
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a{
	color: #FFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
	color:#FFF;
	background-color: #BC3604;
}

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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #000; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color:#251F24;
	width: 200px;
	visibility: hidden;
	width: 175px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000; 
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

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

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