@charset "utf-8";
/* CSS Document */
*Turn off all browser link outlines and set basic sitewide link functionality*/
a {
	outline:none;
	/*color:#FFFFFF;*/
	text-decoration:none;
}

a:link, a:visited, a:active {
	text-decoration:none;
	/*color:#FFFFFF;*/
}
a:hover {
	text-decoration:underline;
}
/*Main subnav properties*/
#rhi_nav {
	margin-left:-5px;	
}


/*End global subnav properties*/

/*members section subnav properties*/
#rhi_nav ul {
	list-style: none;
	width: 100%;
	float:left;
	height:auto;
	margin: 10px 0 10px -5px;
	/*width: 100%;*/
	padding: 0;
	background: none ;
	
	
}
#rhi_nav ul li {
	float: left;
	/*color:#FFFFFF;*/
	/*background-color:#5D4E30;*/
	line-height:200%;
	
	
}
#rhi_nav ul li a {
	display:block;
	margin:0;
	/*line-height:normal;*/
	outline:none;
	padding: 0 5px;;
	height:auto;
	line-height:inherit;	
	text-indent:0;
	float:left;
	/*color:#FFFFFF;*/
	/*background-color:#5D4E30;*/
}

/*Begin Subnav Backgrounds*/

a.current_page {
	text-decoration:underline;
}

/*End Subnav backgrounds*/




