/*
#topnav {
	display: none;
}
*/

/* sidenav */
#sidenav {
	margin:6px;
}
ul.sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	list-style-position: outside;
	width: 167px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.sidenav  ul {
	list-style: none;
	list-style-type: none;	
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	background: #709241 url(/images/nav-bullet.gif) top left no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display:block;
	width: 139px;
	padding: 4px 2px 6px 26px;
	overflow: visible;
}

	
a.sidenav:hover {
	color: #FFFFFF;
	background: #96bc62 url(/images/nav-bullet-over.gif) top left no-repeat;
}


/* sub nav */
a.sidesubnav:link, a.sidesubnav:visited {
	background: #4f6432 url(/images/subnav-bullet.gif) top left no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	display:block;
	width: 139px;
	padding: 4px 2px 6px 26px;
	overflow: visible;	
}

a.sidesubnav:hover {
	color: #111111;
	background: #4f6432 url(/images/subnav-bullet.gif) top left no-repeat;
}

a.membernav:link,  a.membernav:visited {
	background: #872268;
}

a.membernav:hover {
	background:  #C7158D;
}

#memberheading {
	color:#444444;
	font-size:12px;
	margin-bottom:2px;
	margin-top:7px;
	padding-left:13px;
}

.nav-top {
	background:url(/images/nav-top.gif) bottom left no-repeat;
	width: 167px;
	height: 5px;
	margin: 0;
	padding: 0;
	display: block;
}

.nav-base {
	background:url(/images/nav-base.gif) top left no-repeat;
	width: 167px;
	height: 4px;
	display: block;
}
