/* CSS Document */

/*MAIN NAV*/
#nav {
	clear: both;
	width:  980px;
	height: 42px;
	padding-top: 0px;
	margin: 0 auto;
	margin: 0px;

}

#nav li {
	float: left;
	display: block;
	padding: 12px 20px 0px 11px;
}

#nav li.first {
}

#nav a {
	height: 24px;
	float:left;
	display:inline;
	text-decoration: none;
	text-indent: -9000px;
}


a#navhome {
	background: url(../images/nav/nav_01.gif) no-repeat;
	width: 46px;
	height: 19px;
}
#homepage a#navhome {
	background: url(../images/nav/navON_01.gif) no-repeat;
}

a#navoverview {
	background: url(../images/nav/nav_02.gif) no-repeat;
	width: 88px;
	height: 19px;
}
#overview a#navoverview {
	background: url(../images/nav/navON_02.gif) no-repeat;
}
a#navschedule {
	background: url(../images/nav/nav_03.gif) no-repeat;
	width: 86px;
	height: 19px;
}
#schedule a#navschedule {
	background: url(../images/nav/navON_03.gif) no-repeat;
}

a#navregister{
	background: url(../images/nav/nav_04.gif) no-repeat;
	width: 81px;
	height: 19px;
}
#register a#navregister{
	background: url(../images/nav/navON_04.gif) no-repeat;
}
a#navrules {
	width: 74px;
	height: 19px;
	background-image: url(../images/nav/policies.gif);
	background-repeat: no-repeat;
}
a#navpolicies{
	width: 74px;
	height: 19px;
	background-image: url(../images/nav/policies.gif);
	background-repeat: no-repeat;
}
#rules a#navpolicies {
	background-image: url(../images/nav/policiesON.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 74px;
}

a#navcoaches{
	width: 83px;
	height: 19px;
	background-image: url(../images/nav/officials.gif);
	background-repeat: no-repeat;
}
#coachespage a#navcoaches{
	background-image: url(../images/nav/officialsON.gif);
	background-repeat: no-repeat;
}

a#navphotos{
	background: url(../images/nav/nav_06.gif) no-repeat;
	width: 70px;
	height: 19px;
}
#photos a#navphotos{
	background: url(../images/nav/navON_06.gif) no-repeat;
}

a#navgear{
	width: 98px;
	height: 19px;
	background-image: url(../images/nav/gear.gif);
	background-repeat: no-repeat;
}
#gear a#navgear{
	background-image: url(../images/nav/gearON.gif);
	background-repeat: no-repeat;
}

a#navblog {
	background: url(../images/nav/nav_08.gif) no-repeat;
	width: 43px;
	height: 19px;
}
#blog a#navblog {
	background: url(../images/nav/navON_08.gif) no-repeat;
}
