/**************************************************************\
   Prettyboy Watershed Menu Style 							 
   Aaron Louks 												  
   The Connextion 											  
\**************************************************************/

#nav {
	float: left;
	width: 45em;
	height: 44px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav ul {
	float: left;
	height: 30px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	border: solid #B3D88B;
	border-width: 1px 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 8em;
	color: #00457C;
	text-decoration: none;
	padding: .5em 0.75em .5em .75em;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 13em;
	w\idth: 13em;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #B3D88B;
}

/* Define Individual Widths */

.home {
	width: 51px;
}

.projects {
	width: 65px;
}

.about {
	width: 67px;
}

.watershed {
	width: 80px;
}

.events {
	width: 55px;
}

.get_involved {
	width: 85px;
}

.donate {
	width: 57px;
}

.contact_menu {
	width: 79px;
}