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

.chromestyle ul{ 
	background-color: transparent; 
	border: solid 1px ; 
	padding: 2px 0; 
	margin: 0; 
}

/*.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;
	padding: 2px 2px 2px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFF;
	margin: 1px;
	border: 1px solid #cacccb;
	color:#3b464d;
}

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

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