#nav {
	float: right;
	width: 580px;
	height: 23px;
	margin: 47px 0 0;
	padding: 0;
	list-style: none;
	z-index: 501;
	position: relative;
	line-height: normal;
}

#nav ul {
	width: 641px;
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 501;
	position: relative;
	line-height: normal;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#nav a {
	display: block;
	float: left;
	height: 23px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	text-indent: -5000px;

}

#nav a.about, #nav a.about_current {
	background: url(../images/nav/about_nav.png) no-repeat left top;
	width: 80px;
}

#nav a.whattodo, #nav a.whattodo_current {
	background: url(../images/nav/whattodo_nav.png) no-repeat left top;
	width: 135px;
}

#nav a.notes, #nav a.notes_current {
	background: url(../images/nav/notes_nav.png) no-repeat left top;
	width: 145px;
}

#nav a.partners, #nav a.partners_current {
	background: url(../images/nav/partners_nav.png) no-repeat left top;
	width: 110px;
}

#nav a.connect, #nav a.connect_current {
	background: url(../images/nav/connect_nav.png) no-repeat left top;
	width: 110px;
}


#nav a.about:hover, #nav a.whattodo:hover, #nav a.notes:hover, #nav a.partners:hover, #nav a.connect:hover {
	background-position: right -23px}

#nav a.about_current, #nav a.whattodo_current, #nav a.notes_current, #nav a.partners_current, #nav a.connect_current {
	background-position: right bottom}
	

/* SIDE NAV ----------------------------------------------------------- */

#sidenav {
	margin-top: 25px;
}
	
#sidenav ul {
	margin: 8px 0 0;
	padding: 0;
	border-top: 1px solid #D1D3D4;

}

#sidenav li {
	border-bottom: 1px solid #D1D3D4;
}

#sidenav a, #sidenav a:link, #sidenav a:visited {
	display: block;
	color: #F2461A;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 12px;
}

#sidenav a:hover {
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../images/select_arrow_red.png) no-repeat left center;
}

#sidenav a.current {
	color: #fff;
	background: #F2461A url(../images/select_arrow.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}
