/* Container for Main Navigation */
#Header {
	margin: 0 auto;
	padding: 0;
	height: 116px;
	width: 956px;
}
	
/* UL for Main Navigation */
#MainNav {
	margin: 0;
	padding: 0;
	background: url(Images/hv_headermenu_off.jpg) no-repeat;
	width: 956px;
	height: 20px;
	position: relative;
	}

/* LI for Main Navigation */
#MainNav li {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: none;
	display: inline;
	}
	
/* class for first button offset from left */
#MainNav li.first {
	margin: 0 0 0 140px;
	padding: 0;
	top: 0;
	}
	
#MainNav li, #MainNav a {
	height: 20px;
	width: 86px;
	float: left;
	}

/* Hover States */	
#mainnav_gallery a:hover, #mainnav_gallery a:visited:hover {
	background: transparent url(Images/hv_headermenu_on.jpg) -140px 0px no-repeat;
	}
	
#mainnav_prints a:hover, #mainnav_prints a:visited:hover {
	background: transparent url(Images/hv_headermenu_on.jpg) -226px 0px no-repeat;
	}
	
#mainnav_cards a:hover, #mainnav_cards a:visited:hover {
	background: transparent url(Images/hv_headermenu_on.jpg) -312px 0px no-repeat;
	}
	
#mainnav_about a:hover, #mainnav_about a:visited:hover {
	background: transparent url(Images/hv_headermenu_on.jpg) -398px 0px no-repeat;
	}
	
#mainnav_contact a:hover, #mainnav_contact a:visited:hover {
	background: transparent url(Images/hv_headermenu_on.jpg) -484px 0px no-repeat;
	}
	
/* Modified Phark Image Replacement Technique (hides button text labels) */
#MainNav a {
	text-indent: -5000px;
	text-decoration: none;
	}

/* Modified CSS Sprites Technique */
#MainNav_gallery {top: 0px; left: 140px;}
#MainNav_prints {top: 0px; left: 226px;}
#MainNav_cards {top: 0px; left: 312px;}
#MainNav_about {top: 0px; left: 398px;}
#MainNav_contact {top: 0px; left: 484px;}
