/* Container for About Page Navigation */
#about_head_left {
	float: left;
	height: 32px;
	width: 310px;
	position: relative;
	left: 96px;
}
#about_head {
	float: left;
	height: 32px;
	width: 550px;
	position: relative;
	left: 96px;
}
	
/* UL for About Navigation */
#AboutNav {
	margin: 0;
	padding: 0;
	background: url(Images/about_submenu_off.jpg) no-repeat;
	width: 550px;
	height: 32px;
	/*position: relative;
	left: 310px;*/
	}
	
/* LI for About Navigation */
#AboutNav li {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: none;
	display: inline;
	}
	
/* class for first button offset from left */
#AboutNav li.first {
	margin: 0 0 0 90px;
	padding: 0;
	top: 0;
	}
	
#AboutNav li, #AboutNav a {
	height: 32px;
	width: 95px;
	float: left;
	}

/* Hover States */	
#aboutnav_news a:hover, #aboutnav_news a:visited:hover {
	background: transparent url(Images/about_submenu_on.jpg) -90px 0px no-repeat;
	}
	
#aboutnav_articles a:hover, #aboutnav_articles a:visited:hover {
	background: transparent url(Images/about_submenu_on.jpg) -185px 0px no-repeat;
	}
	
#aboutnav_resume a:hover, #aboutnav_resume a:visited:hover {
	background: transparent url(Images/about_submenu_on.jpg) -280px 0px no-repeat;
	}
	
/* Modified Phark Image Replacement Technique (hides button text labels) */
#AboutNav a {
	text-indent: -5000px;
	text-decoration: none;
	}

/* Modified CSS Sprites Technique */
#aboutnav_news {top: 0px; left: 90px;}
#aboutnav_articles {top: 0px; left: 185px;}
#aboutnav_resume {top: 0px; left: 280px;}