A:link {color:#007B84 ;}
A:alink {color:#52C6BD ;}
A:visited {color:#007B84 ;}
A:hover {color:#52C6BD ;}

#dropmenudiv{
position:absolute;
border:1px solid #945A9C;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #945A9C;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

.verticalRules {
	border-right-style:dotted;
	border-right-color: #9C639C;
	border-right-width: 1px;
}
.horizontalRules {
	border-top-style:dotted;
	border-top-color: #9C639C;
	border-top-width: 1px;
	padding-top: 5px;
	border-bottom-style:dotted;
	border-bottom-color: #9C639C;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}
.allRules {
	border-left-style:dotted;
	border-left-color: #9C639C;
	border-left-width: 1px;
	border-right-style:dotted;
	border-right-color: #9C639C;
	border-right-width: 1px;
	border-top-style:dotted;
	border-top-color: #9C639C;
	border-top-width: 1px;
	padding-top: 5px;
	border-bottom-style:dotted;
	border-bottom-color: #9C639C;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

