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

.chromestyle ul{
	border: solid 1px;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background: #FF0000;
}

/*.chromestyle ul li a[rel]:after{ *//*HTML to indicate drop down link*/
	/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
/*}*/

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{ 
	position:absolute; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	float:left;
	z-index:100; 
	visibility: hidden;
}


.dropmenudiv a{
	display: block;
	text-indent: 9px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
/*	margin: 1px;
*/	border: 1px solid #cfd0ca;
	color:#999999;
	padding-right: 2px;
/*	padding-bottom: 2px;
*/	padding-left: 0;
	height:18px;
	line-height:18px;
}

* html .dropmenudiv a{ /*IE only hack*/
}

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

