.drop_menu_css{
position:absolute;
visibility: hidden;
margin-top: 10px;
border:0px;
border-bottom-width: 0px;
font-family: Californian FB, Georgia, Times New Roman, Times, serif;
font-size: 80%;
font-variant: small-caps;
font-weight: normal;
line-height: 20px;
z-index: 100;
background-color: #B1A883;
/*width: 200px;
*/white-space: nowrap;
}

.drop_menu_css a {
	color: #666666;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDECED;
}

.drop_menu_css a:hover { /*hover background color*/
background-color: #A3895B;
color: #EdEcde;
}

