.dropdownmenulink{
position:absolute;
visibility:hidden;
border:1px solid #d0d0d0;
border-bottom-width: 0;
z-index:100;
background-color:#F0F0F0;
width:150px;
}

.dropdownmenulink a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-indent: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#990000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.dropdownmenulink a:hover{ /*hover background color*/
background-color:#333333;
color:#CCFF00;
}
