@charset "utf-8";
/* Tickets-For-Charity CSS */

/* ----- Nav ----- */

ul#nav {
	width: 419px; 
	height: 29px;
    background: url(../images/nav_default.gif);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
    position: relative;
}
#nav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}
#nav li, #nav a {
    height: 29px; 
	display: block;
	padding:0px 0px 0px 0px;
}

ul#nav #music { left:0px; width:146px; }
ul#nav #sports { left:135px; width:147px; }
ul#nav #theater { left:282px; width:146px; }

ul#nav #music:hover { left:0px; background: transparent url(../images/nav_default.gif) 0px -29px no-repeat; }
ul#nav #sports:hover { left:135px; background: transparent url(../images/nav_default.gif) -135px -58px no-repeat; }
ul#nav #theater:hover { left:273px; background: transparent url(../images/nav_default.gif) -273px -87px no-repeat; }

