.menu { width:830px}
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
list-style-image:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}
 

 
/* style all the links */
.menu a, .menu :visited {
display:block;
width:83px;
height:20px;
padding-top:0.8em;
font-size:0.8em;
color:#4f4e4e;
text-decoration: none;
text-transform:uppercase;
background:url(../assets/build/sprite.gif) #e3e3e3;  background-position: 0 -96px;
text-decoration:none;
text-align:center;
line-height:1.3em
}
/* style the links hover */
.menu :hover{

background:url(../assets/build/sprite.gif) #b9c73a;	 background-position: -168px -96px;
}

#home .home a, 
#contact .contact a,
#sevenwinners  .sevenwinners a,
#eightwinners  .eightwinners a,
#eightentrants  .eightentrants a,
#nineentrants  .nineentrants a,
#about  .about a,
#venue  .venue a,
#sponsors .sponsors a,
#media  .media a,
#buy  .buy a,
#people  .people a {
	 background:url(../assets/build/sprite.gif) #b9c73a;
	 background-position: -84px -96px;
}


 
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:83px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.sevenwinners a, .eightwinners a, .eightentrants a, .nineentrants a, { padding-top:0; background-position: 0 -95px; height:28px;}