/* CSS Document 
Special thanks to Son of Suckerfish Dropdowns
http://htmldog.com/articles/suckerfish/dropdowns/
*/

#top-menu {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-left: -12px;
	width: 583px;
	height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 1000;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	z-index: 5000;
}

#nav a {
	display: block;
	width: auto;
	color: #000;
	padding: 5px;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #CC0000;
}

#nav a.home {
	width: 83px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.home span {
		background: url(../images/menu.png) no-repeat 0 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#nav a.home:hover {
	width: 83px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.home:hover span {
		background: url(../images/menu.png) no-repeat -579px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
#nav a.media {
	width: 97px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.media span {
		background: url(../images/menu.png) no-repeat -83px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#nav a.media:hover {
	width: 97px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.media:hover span {
		background: url(../images/menu.png) no-repeat -662px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
#nav a.the-band {
	width: 131px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.the-band span {
		background: url(../images/menu.png) no-repeat -178px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#nav a.the-band:hover {
	width: 131px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.the-band:hover span {
		background: url(../images/menu.png) no-repeat -757px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
#nav a.events {
	width: 109px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.events span {
		background: url(../images/menu.png) no-repeat -307px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#nav a.events:hover {
	width: 109px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.events:hover span {
		background: url(../images/menu.png) no-repeat -886px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
#nav a.supporters {
	width: 154px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.supporters span {
		background: url(../images/menu.png) no-repeat -415px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#nav a.supporters:hover {
	width: 154px; height: 40px;
	position: relative;
	padding: 0;
	}
	a.supporters:hover span {
		background: url(../images/menu.png) no-repeat -994px 0;
		position: absolute;
		width: 100%;
		height: 100%;
	}

#nav li {
	float: left;
	width: auto;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	text-align: left;
}

#nav li ul a {
	width: 12em;
	border: none;
	border-right: none;
	border-top: 1px solid #fff;
	color: #fff;
	background-image: none;
	background-color: #978d75;
	padding: 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	font-size: 0.7em;
	font-weight: normal;
}

#nav li ul a:hover {
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-top: 1px #6b5d3a solid;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	left: auto;
}