@charset "utf-8";
/* CSS Document */

.chromestyle{
	margin:0;
	padding:0;
}

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

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom: 3px solid #796f6b;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #433a3b;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #332b2c; /*THEME CHANGE HERE*/
	padding: 4px 10px;
	text-decoration: none;
	color: #d2bba5;
}

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

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