ul#nav_main
{
	list-style-type: none;
	position: relative;
	width: 519px;
	height: 28px;
	margin: 0;
	padding: 0;
}

li#nm_1
{
	position: absolute;
	left: 0px;
	width: 126px;
	height: 28px;
	background: url(/images/nav.jpg) no-repeat 0 0;
}

li#nm_2
{
	position: absolute;
	left: 126px;
	width: 107px;
	height: 28px;
	background: url(/images/nav.jpg) no-repeat -126px 0;
}

li#nm_3
{
	position: absolute;
	left: 233px;
	width: 110px;
	height: 28px;
	background: url(/images/nav.jpg) no-repeat -233px 0;
}

li#nm_4
{
	position: absolute;
	left: 343px;
	width: 91px;
	height: 28px;
	background: url(/images/nav.jpg) no-repeat -343px 0;
}

li#nm_5
{
	position: absolute;
	left: 434px;
	width: 66px;
	height: 28px;
	background: url(/images/nav.jpg) no-repeat -434px 0;
}

ul#nav_main a
{
	display: block;
	width: 130px;
	height: 28px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#nm_1 a:hover { background: url(/images/nav.jpg) no-repeat 0 -28px; }
li#nm_2 a:hover { background: url(/images/nav.jpg) no-repeat -126px -28px; }
li#nm_3 a:hover { background: url(/images/nav.jpg) no-repeat -233px -28px; }
li#nm_4 a:hover { background: url(/images/nav.jpg) no-repeat -343px -28px; }
li#nm_5 a:hover { background: url(/images/nav.jpg) no-repeat -434px -28px; }

li#nm_1 a#current { background: url(/images/nav.jpg) no-repeat 0 -28px; }
li#nm_2 a#current { background: url(/images/nav.jpg) no-repeat -126px -28px; }
li#nm_3 a#current { background: url(/images/nav.jpg) no-repeat -233px -28px; }
li#nm_4 a#current { background: url(/images/nav.jpg) no-repeat -343px -28px; }
li#nm_5 a#current { background: url(/images/nav.jpg) no-repeat -434px -28px; }

/* ---- members only nav ---- */

ul#nav_mem
{
	list-style-type: none;
	position: relative;
	width: 186px;
	height: 28px;
	margin: 0;
	padding: 0;
}

li#nme_1
{
	position: absolute;
	left: 0px;
	width: 186px;
	height: 28px;
	background: url(/images/nav_mem.jpg) no-repeat 0 0;
}

ul#nav_mem a
{
	display: block;
	width: 186px;
	height: 28px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#nme_1 a:hover { background: url(/images/nav_mem.jpg) no-repeat 0 -28px; }

li#nme_1 a#current { background: url(/images/nav_mem.jpg) no-repeat 0 -28px; }

/* ---- end members only nav ---- */

/* ---- side nav ----  */

ul#nav_side
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 144px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	display: block;
}

ul#nav_side li
{
	display: block;
	float: left;
	width: 144px;
	margin: 0 16px 0 0;
	padding: 0;
	text-align: left;
	background: url(/images/bkgnd_sidenav.gif) no-repeat 100% 20px;
}

ul#nav_side li a
{
	display: block;
	width: 144px;
	padding: 16px 0 0 0;
	border-width: 0;
	border-style: none;
	color: #36866C;
	text-decoration: none;
}

#navcontainer>ul#nav_side li a { width: auto; }

ul#nav_side li#active a
{
	background: none;
	color: #800000;
}

ul#nav_side li a:hover, ul#nav_side li#active a:hover
{
	color: #58B3BE;
	background: url(/images/bkgnd_sidenav_on.gif) no-repeat 100% 20px;
}

ul#nav_side li a#current
{
	color: #58B3BE;
	background: url(/images/bkgnd_sidenav_on.gif) no-repeat 100% 20px;
}

/* ---- end side nav ----  */