@charset "utf-8";
/* CSS Document */
#dropmenudiv{
	position:absolute;
	background-color: #fccdf7;
	border:1px solid #f9acf1;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2d4887;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f9acf1;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e394db;
}
#dropmenudiv a:link{
color: #2d4887;
}
#dropmenudiv a:visited{
color: #2d4887;
}
#dropmenudiv a:active{
color: #2d4887;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}