.nav {
    width: 790px;
    height: 25px;
    background: url(/images/top_menu/topmenu.png) no-repeat;
   	position: relative;
    top: 0px;
	padding:0;
	margin-top:8px;
	margin-left:10px;
}

.nav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}

.nav li a:link, .nav li a:visited {
    position: absolute;
    top: 0;
    height: 25px;
    text-indent: -9000px;
    overflow: hidden;
}
.nav .home a:link, .nav .home a:visited {
	left: 0px;
	width: 63px;
}
.nav .home a:hover, .nav .home a:focus {
	background: url(/images/top_menu/topmenu.png) no-repeat -0px -25px;
}
.nav .home a:active {
	background: url(/images/top_menu/topmenu.png) no-repeat -0px -50px;
}

.nav .calendar a:link, .nav .calendar a:visited {
	left: 83px;
	width: 125px;
}
.nav .calendar a:hover, .nav .calendar a:focus {
	background: url(/images/top_menu/topmenu.png) no-repeat -83px -25px;
}
.nav .calendar a:active {
	background: url(/images/top_menu/topmenu.png) no-repeat -83px -50px;
}

.nav .buytickets a:link, .nav .buytickets a:visited {
	left: 228px;
	width: 138px;
}
.nav .buytickets a:hover, .nav .buytickets a:focus {
	background: url(/images/top_menu/topmenu.png) no-repeat -228px -25px;
}
.nav .buytickets a:active {
	background: url(/images/top_menu/topmenu.png) no-repeat -228px -50px;
}

.nav .wheresmyseat a:link, .nav .wheresmyseat a:visited {
	left: 386px;
	width: 188px;
}
.nav .wheresmyseat a:hover, .nav .wheresmyseat a:focus {
	background: url(/images/top_menu/topmenu.png) no-repeat -386px -25px;
}
.nav .wheresmyseat a:active {
	background: url(/images/top_menu/topmenu.png) no-repeat -386px -50px;
}

.nav .premium a:link, .nav .premium a:visited {
	left: 594px;
	width: 188px;
}
.nav .premium a:hover, .nav .premium a:focus {
	background: url(/images/top_menu/topmenu.png) no-repeat -594px -25px;
}
.nav .premium a:active {
	background: url(/images/top_menu/topmenu.png) no-repeat -594px -50px;
}
