
#tab {
	margin:0 auto;
	margin-left: 0px;
	top:0;
	height: 27px;
	width: 898px;
	background: #282828 url(../images/menubar.jpg) top left repeat-x;
}

#tab ul {
	margin: 0px auto;
	padding:0;
	list-style:none;
	text-align: center;
}

#tab li {
	display: inline;
	float:left;
	margin:0 auto;
	padding:0;
}

#tab a {
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	background: #282828 url(../images/menubar.jpg) top left repeat-x;
	float:left;
}

#tab a span {
	display: block;
	padding: 0 2.88em 0 2.88em;
	color: #fff;
	font-size: 1.0em;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, Sans-serif;
	line-height: 27px;
}

.home #tab #home a span 		{ background: #f0d701 url(../images/menuitemactive.jpg) top left no-repeat; }
.events #tab #events a span 	{ background: #f0d701 url(../images/menuitemactive.jpg) top left no-repeat; }
.gallery #tab #gallery a span 	{ background: #f0d701 url(../images/menuitemactive.jpg) top left no-repeat; }
.music #tab #music a span 		{ background: #f0d701 url(../images/menuitemactive.jpg) top left no-repeat; }
.about #tab #about a span 		{ background: #f0d701 url(../images/menuitemactive.jpg) top left no-repeat; }
.contact #tab #contact a span 	{ background: #f0d701 url(../images/menuitemactive.jpg) top left no-repeat; }


#tab li a,
.home #tab #home a span,
.events #tab #events a span,
.gallery #tab #gallery a span,
.music #tab #music a span,
.about #tab #about a span,
.contact #tab #contact a span { 
	color: #d73a31;
}

#tab li a:hover,
.home #tab #home a:hover span,
.events #tab #events a:hover span,
.gallery #tab #gallery a:hover span,
.music #tab #music a:hover span,
.about #tab #about a:hover span,
.contact #tab #contact a:hover span {
	background: #fff url(../images/menuitem2.jpg) top left repeat-y;
	color: #000;
}