@charset "utf-8";
/* CSS Document */


/*********   SITE-WIDE MENU ************/

#menuList {
	width: 798px;
	height: 72px;
	margin: auto;
}

#menuList li {
	display: inline;
	color: #3F3F3F;
}

#menuList li span {
	display: none;
}


.menuHome {
	width: 33px;
	height: 72px;
	background-image:url(../images/menu/home-off-2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}

a.menuHome:hover {
	background-image:url(../images/menu/home-on-2.gif);
}


.menuListen {
	width: 82px;
	height: 72px;
	background-image:url(../images/menu/listen-off-2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuListen:hover {
	background-image:url(../images/menu/listen-on-2.gif);
}


.menuConcert {
	width: 91px;
	height: 72px;
	background-image:url(../images/menu/dates-off-2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuConcert:hover {
	background-image:url(../images/menu/dates-on-2.gif);
}

.menuStore {
	width: 37px;
	height: 72px;
	background-image:url(../images/menu/store-off-2.gif);
	background-repeat:no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuStore:hover {
	background-image:url(../images/menu/store-on-2.gif);
}

.menuFeatures {
	width: 106px;
	height: 72px;
	background-image:url(../images/menu/features-off-2.gif);
	background-repeat:no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuFeatures:hover {
	background-image:url(../images/menu/features-on-2.gif);
}

.menuExchange {
	width: 99px;
	height: 72px;
	background-image:url(../images/menu/story-off-2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuExchange:hover {
	background-image:url(../images/menu/story-on-2.gif);
}

.menuShows {
	width: 71px;
	height: 72px;
	background-image:url(../images/menu/shows-off-2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuShows:hover {
	background-image:url(../images/menu/shows-on-2.gif);
}

.menuGallery {
	width: 94px;
	height: 72px;
	background-image:url(../images/menu/gallery-off-2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuGallery:hover {
	background-image:url(../images/menu/gallery-on-2.gif);
}


.menuContact {
	width: 69px;
	height: 72px;
	background-image:url(../images/menu/contact-off-2.gif);
	background-repeat:no-repeat;
	float: left;
	margin-right: 12px;
}
a.menuContact:hover {
	background-image:url(../images/menu/contact-on-2.gif);
}

/*
.menuBoards {
	width: 94px;
	height: 72px;
	background-image:url(../images/menu/board-off.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 13px;
}
a.menuBoards:hover {;
	background-image:url(../images/menu/board-on.gif);
}
*/
