@charset "utf-8";
/* CSS Document */
/*Main subnav properties*/
#contentArea ul {
	list-style: none;
	
}

#contentArea ul li a {
	display:block;
	margin:0;
	/*line-height:normal;*/
	outline:none;
}

/*End global subnav properties*/

/*members section subnav properties*/
#contentArea ul {
	float:left;
	height:auto;
	margin: 10px 0 10px 16px;
	/*width: 100%;*/
	padding: 0 35px;
	
	
}
#contentArea ul li {
	float: left;
	color:#FFFFFF;
	background-color:#5D4E30;
	line-height:200%;
	
}
#contentArea ul li a {
	padding: 0 5px;
	height:auto;
	line-height:inherit;	
	text-indent:0;
	float:left;
	color:#FFFFFF;
	background-color:#5D4E30;
}
/*Begin Subnav Backgrounds*/
#contentArea ul{
	background: none ;
}

a.current_page {
	text-decoration:underline;
}

/*End Subnav backgrounds*/




