ul.nav
{
float: left;
list-style-type: none;
margin: 0;
height: 39px;
width: 881px;
padding: 0 0 0 19px;
background: #fff;
}
ul.nav li
{
float: left;
text-indent: -8000px;
float: left;
padding: 0;
margin: 0;
line-height: .05em;
font-size: .05em;
}
ul.nav li, ul.nav li a
{
float: left;
width: 123px;
height: 39px;
}
ul.nav li a:link, ul.nav li a:visited,
ul.nav li a:hover, ul.nav li a:active
{
text-decoration: none;
border: 0 none;
}
ul.nav li.home, ul.nav li.home a
{
background: url(/nav/home.png) no-repeat center top;
}
ul.nav li.about, ul.nav li.about a
{
background: url(/nav/about.png) no-repeat center top;
}
ul.nav li.resultsdraws, ul.nav li.resultsdraws a
{
background: url(/nav/resultsdraws.png) no-repeat center top;
}
ul.nav li.juniorclub, ul.nav li.juniorclub a
{
background: url(/nav/juniorclub.png) no-repeat center top;
}
ul.nav li.highschool, ul.nav li.highschool a
{
background: url(/nav/highschool.png) no-repeat center top;
}
ul.nav li.teams, ul.nav li.teams a
{
background: url(/nav/teams.png) no-repeat center top;
}
ul.nav li.contact, ul.nav li.contact a
{
width: 124px;
background: url(/nav/contact.png) no-repeat center top;
}

ul.nav li a.active, ul.nav li a:hover
{
text-decoration: none;
background-position: bottom left;
}



div.subnav
{
float: left;
width: 133px;
}
div.subnav ul
{
width: 133px;
float: left;
padding: 0 0 0 5px;
margin: 0 0 50px 0;
list-style-type: none;
}
div.subnav ul li, div.subnav ul li a
{
float: left;
background: url(/images/subnav.png) repeat-x;
}
div.subnav ul li
{
width: 133px;
font-family: "Arial Narrow";
font-weight: bold;
font-size: 1.3em;
text-transform: uppercase;
line-height: 1.1em;
margin: 0 0 1px 0;
text-align: center;
text-shadow: 1px 1px 1px #203a54;
}
div.subnav ul li a
{
width: 123px;
padding: 6px 5px 0 5px;
min-height: 20px;
}
div.subnav ul li a:link, div.subnav ul li a:visited
{
color: #fff;
text-decoration: none;
}
div.subnav ul li a:hover, div.subnav ul li a:active
{
color: #fff;
text-decoration: underline;
background-position: bottom left;
}
div.subnav ul li a.active:link, div.subnav ul li a.active:visited
{
color: #fff;
text-decoration: none;
background-position: bottom left;
}
