/******* Banner Navigation styles ********/
#navContainer {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 30px;
    margin: 0px 0 0px 0;
	background: #990000;	
	}
	
#nav {
	position: absolute;
	top: 00px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 800px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -60px;
	}
	
#navHome a  {width: 80px;background: url(/img/nav/nav-home.gif) top left no-repeat;}
#navOurStory a  {width: 80px;background: url(/img/nav/nav-our_story.gif) top left no-repeat;}
#navEvents a  {width: 80px;background: url(/img/nav/nav-events.gif) top left no-repeat;}
#navChapters a  {width: 80px;background: url(/img/nav/nav-chapters.gif) top left no-repeat;}
#navFAQs a  {width: 80px;background: url(/img/nav/nav-faqs_wa.gif) top left no-repeat;}
/* Old Apply section */
#navScholars a  {width: 80px;background: url(/img/nav/nav-scholars.gif) top left no-repeat;}
#navLibrary a  {width: 80px;background: url(/img/nav/nav-library.gif) top left no-repeat;}
#navBlog a  {width: 80px;background: url(/img/nav/nav-our_blog.gif) top left no-repeat;}
#navJoin a  {width: 80px;background: url(/img/nav/nav-members.gif) top left no-repeat;}
#navShop a  {width: 80px;background: url(/img/nav/nav-shop.gif) top left no-repeat;}