#nav {
	margin: 0 auto;	
	padding: 0;
	text-align: center;
	width: 760px;
	height: 77px;
	overflow: hidden;
	background: url(../images/nav-images/bg-nav.gif) top left no-repeat
}

#nav ul {
	width: 760px;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	overflow: hidden; 
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 40px
}

#nav a:hover {
	color: #fff;
	background: url(../images/button-over.gif) top left no-repeat
}

#nav li {
	float: left;
	padding: 0;
}

#nav li.home {
	background: url(../images/nav-images/home.gif);
	width: 84px;
}

#nav li.media {
	background: url(../images/nav-images/media.gif);
	width: 83px;
}

#nav li.shows { 
	background: url(../images/nav-images/shows.gif);
	width: 89px;
}

#nav li.press {
	background: url(../images/nav-images/press.gif);
	width: 79px;
}

#nav li.gallery {
	background: url(../images/nav-images/gallery.gif);
	width: 95px
}

#nav li.merchandise {
	background: url(../images/nav-images/merchandise.gif);
	width: 141px;
}

#nav li.radio {
	background: url(../images/nav-images/radio.gif);
	width: 79px;
}

#nav li.contact {
	background: url(../images/nav-images/contact.gif);
	width: 110px;
}


#nav li:hover, #nav li.sfhover, 
body.home #nav li.home, 
body.media #nav li.media, 
body.shows #nav li.shows, 
body.press #nav li.press, 
body.gallery #nav li.gallery, 
body.merchandise #nav li.merchandise, 
body.radio #nav li.radio,
body.contact #nav li.contact {
	background-position: 0 -40px
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #000;
	border-width: 0 1px 1px 1px;
	position: absolute;
	left: -999em;
	top: 191px;
	height: auto;
	width: 108px;
	background-color: #3d7a9b;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-image: none
}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #71b3cf;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 110px;
	padding: 5px 0;
	height: 100%;
	line-height: 20px;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
	voice-family: "\"}\""; voice-family:inherit;
	width: 106px
}

#nav li ul a:hover {
	background-color: #71b3cf;
	background-image: none
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	background-color: #71b3cf;
	background-image: none
}