/* CSS Document */

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC367E;
	border-right-color: #CC367E;
	border-bottom-color: #CC367E;
	border-left-color: #CC367E;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC367E;
	color: #862252;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E195B5;
	color: #FFFFFF;
}
