@charset "UTF-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
background-color: #7D0041;
border:1px solid white;
border-bottom-width: 0;
font-family: "AvantGarde", Futura, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
height: 20px;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding-top: 4px;
text-decoration: none;
color: #fff;
}

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

/* Sample CSS definition for the example list. Remove if desired */
.navlist {
	margin-top:0px;
	margin-bottom:0px;
	}

.navlist li {
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	width: 175px;
	margin: 0px 0px 0px -45px;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0.01em;
	
}


.navlist a{
width: 175px;
height: 24px;
display: block;
text-indent: 5px;
padding-top: 7px;
text-decoration: none;
color: #fff;
background-color: #7D0041;
border-bottom: 1px solid white;
}

.navlist a:hover{
width: 175px;
height: 24px;
display: block;
text-indent: 5px;
padding-top: 7px;
text-decoration: none;
color: #fff;
background-color: #666;

}

