/* _____ MAIN NAV LINKS ____ */

body#home_body a#home_nav,
body#corp_home_body a#corp_home_nav,
body#annual_body a#annual_nav,
body#best_body a#best_nav,
body#case_body a#case_nav,
body#team_body a#team_nav,
body#testimonials_body a#testimonials_nav,
body#contact_body a#contact_nav {
background:url('../images/backgrounds/bg_selected_nav.jpg') no-repeat;
}
	#header_nav {
	position:relative;
	height:32px;
	width:800px;
	}
	
	#header_nav ul {
	position:absolute;
	border:1px solid #A6A6A6;
	border-bottom:0;
	border-right:0;
	margin-top:107px;
	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:86px; }
		#corp_bullet { width:99px; }
		#best_bullet { width:88px; }
		#case_bullet { width:82px; }
		#team_bullet { width:86px; }
		#contact_bullet { width:52px;}
		#annual_bullet { width:95px;}
		#testimonials_bullet {width:85px; }
		
/* <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;
		}
