/* _____ MAIN NAV LINKS ____ */

body#home_body a#home_nav,
body#news_body a#news_nav,
body#events_body a#events_nav,
body#c_groups_body a#c_groups_nav,
body#i_groups_body a#i_groups_nav,
body#video_body a#video_nav,
body#gallery_body a#gallery_nav,
body#forum_body a#forum_nav,
body#meetings_body a#meetings_nav,
body#newsletters_body a#newsletters_nav,
body#directory_body a#directory_nav,
body#ryton_body a#ryton_nav,
body#contact_body a#contact_nav {
background:url('../images/backgrounds/bg_selected_nav.jpg') no-repeat;
}
	#header_nav {
	position:relative;
	height:32px;
	width:817px;
	}
	
	#header_nav ul {
	position:absolute;
	margin-top:107px;
	border:1px solid #A6A6A6;
	border-bottom:0;
	border-right:0;
	top: 1px;
	}
	
		#header_nav ul li {
		display:inline;
		float:left;
		height:31px;
		text-align:center;
		}
		
		#header_nav ul li a {
		height:23px;
		border-right:1px solid #E2E2E2;
		padding-top:8px;
		display:block;
		}
		
		#header_nav ul li a:hover {
		background:url('../images/backgrounds/bg_selected_nav.jpg') no-repeat;
		}		
		
		#contact_nav {
		border-right:22px solid #fff;
		}
		
/* <li> styles */

		#home_bullet { width:44px; }
		#news_bullet { width:44px;}	
		#events_bullet { width:44px;}	
		#c_groups_bullet { width:116px;}	
		#i_groups_bullet { width:83px;}	
		#videos_bullet { width:48px;}
		#gallery_bullet { width:48px;}
		#forum_bullet { width:66px;}			
		#meetings_bullet { width:55px;}			
		#newsletters_bullet { width:72px;}	
		#directory_bullet { width:62px;}
		#ryton_bullet { width:66px; }
		#contact_bullet { width:53px;}
		
/* <a> styles for current page */

		a #contact_nav {
		border-right:22px solid #fff !important;
		}
		
		.account_nav {
		font-weight:bold; text-transform:uppercase; text-decoration:underline;
		}
