/*	NAVIGATION	*/
#nav {
	float:right;
	width:540px;
	margin-top:22px;
	position:relative;
	}
#nav ul{
	list-style-type:none;
	font-size:1.1em;
	line-height:1.3em;
	color:#231f20;
	margin:0;
	padding:0; 
	}
#nav ul li{
	float:left;
	padding:0;
	}
#nav ul li a{
	display:block;
	color:#231f20;
	padding:0px 4px;
	text-decoration:none;
	border-right:1px solid #231f20;
	}
	
#nav ul li#main.current,#nav ul li#main a:hover{
	background:#f7c397;
}
#nav ul li#search.current,#nav ul li#search a:hover{
	background:#a29dc2;
}
#nav ul li#culture.current,#nav ul li#culture a:hover{
	background:#f9eb96;
}
#nav ul li#benefits.current,#nav ul li#benefits a:hover{
	background:#9bb0d5;
}
#nav ul li#community.current,#nav ul li#community a:hover{
	background:#8fcec0;
}
#nav ul li#last.current,#nav ul li#last a:hover{
	background:#ed88bf;
}

#nav ul li#last a{
	border:none !important;
	padding-right:0;
	}

/* left nav	*/

#leftnav {margin:0 !important;}

#leftnav ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#leftnav li{
	padding:3px 0;
	}
#leftnav li a{
	color:#3266b1;
	text-decoration:none;
	font-size:.9em;
	}
