

.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-width: 0;*/
font:normal 12px Arial, Helvetica, sans-serif;
display:block;
z-index:100;
margin:0px;
background-color: #fff;
/*background-image:url(../images2/dropdown_bg.gif) ;
background-repeat:no-repeat;
background-position:bottom left;*/
width: 250px;
border:#666666 solid 1px;
/*border-bottom:#CFCAAD solid 4px;*/
visibility: hidden;
padding: 0px 0px 5px 0px;
/* Test Style */
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=80);
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2);*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 5px 0 5px;
	text-decoration: none;
	font-weight: lighter;
	color: black;
	line-height:20px;
	text-indent:20px;
}

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

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