h1{ margin: 7px 0 7px 0 ; font-size: 18px ; }

#Leader{ height: 40px ; background-color: #171616 ; }
#LeaderInside{ padding-top: 12px ; }
#LeaderText{ background: none ; width: auto ; }
#dnn_ContentPane{ font-size: 12px ; font-family: arial ; color: black ; }

/******** dropdown menus - suckerfish ********/
#MenuArea{ font-size: 90% ; width: 973px ; margin: 0px auto ; height: 30px ; font-family: arial,sans ; }
#MenuArea ul , #MenuArea ul li{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#MenuArea a , #MenuArea a:hover , #MenuArea a:visited{
	color: white ;
	display: block ;
	text-decoration: none ;
}
#MenuArea a:hover , #MenuArea a.current{ background-color: #777 ; }
#MenuArea a{
	padding: 8px 10px 8px 10px ;
}
#MenuArea li { /* all list items */
	float: left;
}
#MenuArea li li{
	float: none ;
	margin: 0 ;
	padding: 0 ;
}
#MenuArea li li a{ background: none ; zoom: 1 ; padding: 5px 15px 5px 15px ; }
#MenuArea li li a:hover{ background-color: #999 ; }
#MenuArea li ul { /* second-level lists */
	position: absolute;
	background-color: #777 ;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#MenuArea li li li a{ padding-left: 25px ; }
#MenuArea li li ul{ border: 0 ; position: static ; }
#MenuArea li:hover ul, #MenuArea li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
