.dropdownmenulink{
position:absolute;
visibility:hidden;
border:1px solid #b3783d;
z-index:100;
background:#ffeddc;
opacity: .90;
filter: alpha(opacity=90);
width:150px;
direction:rtl
}

.dropdownmenulink a{
	width: 98%;
	text-align:center;
	display: block;
	padding: 4px 0px 4px 2px;
	text-indent: 5px;
	font-family:tahoma;
	font-size:12px;
	color:#6b2201;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}

.dropdownmenulink a:hover{ /*hover background color*/
	color:#fff0e9;
	background-color:#6b2201
}
