.dropdownmenu{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	z-index: 100;
	background-color: #E5E5E5;
	width: 170px;
	border: solid 1px #A0A0A0;
	font-weight: regular;
}
.dropdownmenu a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #000000;
}
.dropdownmenu a:hover{
	color: #ffffff;
	background-color: #CC1040;
	text-decoration: none;
}
