#dropmenudiv{
position:absolute;
border-top: 1px solid white;
border-bottom: 1px solid white;

z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;

border-top: 1px solid white;
border-bottom: 1px solid white;

text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #660059;
}

.purpleborder
{
	border-color: #660059;
	border-width: 1px;
	border-style: solid;
}

.nopurpleborder
{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

ul.purplelist	{
				color: #000000;
				font-size: 10pt;
				line-height: 100%;
				font-style: normal;
				font-weight: normal;
				text-align:left;
				margin-top:5px;
				margin-bottom:5px;
				margin-left: 0;
				padding-left: 0;
				list-style: none;
			}
li.purplelist	{	padding-left: 15px;
			background-image: url(../images/purplecircle.gif);
			background-repeat: no-repeat;
			margin-bottom:2px;
			}
			
.purplesubhead	{	font-weight: bold; 
					margin-bottom:0px; 
					color:#660059; }
					
.purplesmalltext	{	font-weight: normal; 
					margin-bottom:0px; 
					color:#660059; }					
					
a.purplelink:link
{
	text-decoration:none;
	color: #660059;
}

a.purplelink:visited
{
	text-decoration:none;
	color: #660059;
}

a.purplelink:hover
{
	text-decoration:underline;
	color: #97518B;
	
}