/* sidenav */

#sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 15px 0 22px;
	padding: 0;
	list-style-position: outside;
	width: 190px;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidenav li {
	display: block;
	overflow: hidden;
}
#sidenavdivider {
	height:3px;
	width:190px;
	overflow:hidden;
	background:url(/images/subnav-divider.gif) top left no-repeat;
}

/* sidenav normal */
#sidenav a {
	display: block;
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	width: 167px;
	padding: 9px 0 9px 23px;
	margin: 0;
	background:url(/images/subnav-bullet.gif) left no-repeat;
}
#sidenav li:hover a {text-decoration:none; color:#666698;}

/* sidenav on */
#sidenav li.sidenavon a {color:#666698;}
#sidenav li:hover.sidenavon a {text-decoration:none; color:#666698;}

/* membernav */

#membernav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 15px 0 22px;
	padding: 0;
	list-style-position: outside;
	width: 190px;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#membernav p {
	background:url(/images/membernav-divider.gif) bottom left no-repeat;
	padding:0 0 4px 23px;
	color:#444444;
	line-height:16px;
	margin:0;
	font-size:11px;
}
#membernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#membernav li {
	display: block;
	overflow: hidden;
}

/* membernav normal */
#membernav a {
	display: block;
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	width: 167px;
	padding: 9px 0 11px 23px;
	margin: 0;
	background:url(/images/membernav-bullet-off.gif) bottom left no-repeat;
}
#membernav li:hover a {text-decoration:none; color:#fe7c00;}

/* membernav on */
#membernav ul li.membernavon a {color:#fe7c00;}
#membernav ul li:hover.membernavon a {text-decoration:none; color:#fe7c00;}

#membernav ul ul {
	background:url(/images/membernav-divider.gif) bottom left no-repeat;
	padding: 2px 0 6px 0;
	margin:-10px 0 0 0;
}

/* membersubnav normal */
#membernav ul ul li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	width: 152px;
	padding: 2px 0 4px 38px;
	margin: 0;
	background:url(/images/membernav-subbullet-off.gif) left no-repeat;
}
#membernav ul ul li:hover a {text-decoration:none; color:#fe7c00;}

/* membersubnav on */
#membernav ul ul li.membersubnavon a {color:#fe7c00;}
#membernav ul ul li:hover.membersubnavon a {text-decoration:none; color:#fe7c00;}

/* special */

#button-members {
	width:209px;
	height:42px;
	margin:0 0 6px 1px;
	background:url(/images/membernav-title-off.gif) top left no-repeat;
}
#button-members:hover {background:url(/images/membernav-title-over.gif) top left no-repeat; cursor:pointer;}
#button-members h2 {display:none;}

#button-members-login {
	width:209px;
	height:42px;
	margin:0 0 6px 1px;
	background:url(/images/membernav-login-off.gif) top left no-repeat;
}
#button-members-login:hover {background:url(/images/membernav-login-over.gif) top left no-repeat; cursor:pointer;}
#button-members-login h2 {display:none;}

#button-addnotice {
	width:165px;
	height:34px;
	margin-left:515px;
	top:225px;
	position:absolute;
	background:url(/images/addnotice-off.gif) top left no-repeat;
}
#button-addnotice:hover {background:url(/images/addnotice-over.gif) top left no-repeat; cursor:pointer;}
#button-addnotice h2 {display:none;}

#button-volunteer {
	width:209px;
	height:42px;
	margin:0 0 6px 1px;
	background:url(/images/subnav-volunteer-off.gif) top left no-repeat;
}
#button-volunteer:hover {background:url(/images/subnav-volunteer-over.gif) top left no-repeat; cursor:pointer;}
#button-volunteer h2 {display:none;}

#button-involve {
	width:209px;
	height:42px;
	margin:0 0 6px 1px;
	background:url(/images/subnav-involve-off.gif) top left no-repeat;
}
#button-involve:hover {background:url(/images/subnav-involve-over.gif) top left no-repeat; cursor:pointer;}
#button-involve h2 {display:none;}

#button-employee {
	width:209px;
	height:42px;
	margin:0 0 6px 1px;
	background:url(/images/subnav-employee-off.gif) top left no-repeat;
}
#button-employee:hover {background:url(/images/subnav-employee-over.gif) top left no-repeat; cursor:pointer;}
#button-employee h2 {display:none;}
