#SuperWrapper {
	text-align: center;
	background-image: url(../Images/BlkBlueBKG.jpg);
	background-repeat: repeat-x;
	height: 289px;
	background-position: bottom;
}


#NavWrapper {
	
}


#nav{
	position: relative;
	right: auto;
	background-color: #990;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 16%;
}

#nav ul{
	white-space :nowrap;
	list-style-type:none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	bottom: 25px;
	
}

#nav ul li {

	margin:0;

	padding:0;

	display:block;

	float:left;

	text-align:center;

}

#nav ul li a {

	text-decoration:none;

	font-weight:bold;

	display:block;

	border:none;
	
	 -moz-outline:none;	

}

#nav ul li a:active {
border:none;
}


/* TAB ROLLOVERS

********************************************/
#nav ul li.Blank a {
	background-image: url(../Images/NavBar/LeftBlank.gif); 
	height: 43px;
	width: 112px;
	background-repeat: no-repeat;
	}

#nav ul li.Facebook a {
	background-image: url(../Images/NavBar/Facebook.gif); 
	height: 43px;
	width: 41px;
	background-repeat: no-repeat;
	}

#nav ul li.Twitter a {
	background-image: url(../Images/NavBar/Twitter.gif); 
	height: 43px;
	width: 36px;
	background-repeat: no-repeat;
	}





#nav ul li.home a {
	background-image: url(../Images/NavBar/Home.gif); 
	height: 43px;
	width: 83px;
	background-repeat: no-repeat;
	}

#nav ul li.home a:hover {
	background-image: url(../Images/NavBar/Home_Over.gif);
	height: 43px;
	width: 83px;
	background-repeat: no-repeat;
}

#nav ul li.homeActive a {
	background-image: url(../Images/NavBar/Home_Over.gif);
	height: 43px;
	width: 83px;
	background-repeat: no-repeat;
}

#nav ul li.Gallery a {
	background-image: url(../Images/NavBar/Gallery.gif);
	height: 43px;
	width: 93px;
	background-repeat: no-repeat;
	}

#nav ul li.Gallery a:hover {
	background-image: url(../Images/NavBar/Gallery_Over.gif);
	height: 43px;
	width: 93px;
	background-repeat: no-repeat;
}

#nav ul li.GalleryActive a {
	background-image: url(../Images/NavBar/Gallery_Over.gif);
	height: 43px;
	width: 93px;
	background-repeat: no-repeat;
}


#nav ul li.Recent a {
	background-image: url(../Images/NavBar/RecentShoots.gif); 
	height: 43px;
	width: 141px;
	background-repeat: no-repeat;
	}

#nav ul li.Recent a:hover {
	background-image: url(../Images/NavBar/RecentShoots_Over.gif);
	height: 43px;
	width: 141px;
	background-repeat: no-repeat;
}

#nav ul li.RecentActive a {
	background-image: url(../Images/NavBar/RecentShoots_Over.gif);
	height: 43px;
	width: 141px;
	background-repeat: no-repeat;
}



#nav ul li.contact a {
	height: 43px;
	width: 131px;
	background-repeat: no-repeat;
	background-image: url(../Images/NavBar/Contact.gif);
	}

#nav ul li.contact a:hover {
	background-image: url(../Images/NavBar/Contact_Over.gif);
	height: 43px;
	width: 131px;
	background-repeat: no-repeat;
}

#nav ul li.contactActive a {
	background-image: url(../Images/NavBar/Contact_Over.gif);
	height: 43px;
	width: 131px;
	background-repeat: no-repeat;
}


#nav ul li.Links a {
	height: 43px;
	width: 80px;
	background-repeat: no-repeat;
	background-image: url(../Images/NavBar/Links.gif);
	}

#nav ul li.Links a:hover {
	background-image: url(../Images/NavBar/Link_Over.gif);
	height: 43px;
	width: 80px;
	background-repeat: no-repeat;
}

#nav ul li.LinksActive a {
	background-image: url(../Images/NavBar/Link_Over.gif);
	height: 43px;
	width: 80px;
	background-repeat: no-repeat;
}


#nav ul li.Right a {
	background-image: url(../Images/NavBar/RightBlank.gif); 
	height: 43px;
	width: 183px;
	background-repeat: no-repeat;
	}

