.navlist {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	text-align: left;
}


.navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}


.navlist li {
margin: 0;
}

.navlist a {
	display: block;
	padding: 5px 2px 5px 10px;
	background-color: #D0DDE6;
	background-image:  url(images/ddmb1_up.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}


.navlist a:link, .navlist a:visited {
	color: #36617D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
}

.navlist a:hover, .navlist a:active {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #36617D;
	background-image: url(images/ddmb1_down.gif);
	height: 100%;
	width: 100%;
}


.uberlink a:link, .uberlink a:visited,
.uberlink a:hover, .uberlink a:active {
background-color: #9F6F9F;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
.contactHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #809598;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
.formhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
