/* Top Nav Rollover Buttons */


#navContainer {
	background-color: #7bcc7b;
	position: relative;
	width: 575px;
	height: 38px;
	padding: 0;
	margin: 0;
	}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 38px;
	display: inline;
	overflow: hidden;
	width: 575px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -38px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -38px;
	}
	
#tabHome a  {
	width: 55px;
	background: url(../images/nav/home.gif) top left no-repeat;
	}

#tabAbout a  {
	width: 85px;
	background: url(../images/nav/about.gif) top left no-repeat;
	}

#tabJoin a  {
	width: 105px;
	background: url(../images/nav/join.gif) top left no-repeat;
	}
	
#tabNews a  {
	width: 144px;
	background: url(../images/nav/calendar.gif) top left no-repeat;
	}

#tabLibrary a  {
	width: 69px;
	background: url(../images/nav/library.gif) top left no-repeat;
	}
	
#tabContact a  {
	width: 117px;
	background: url(../images/nav/contact.gif) top left no-repeat;
	}
		
/* End Top Nav Rollover Buttons */