/** MENU PLACEMENT CSS **/

#menu, #menu ul {
	position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*#menu {
	margin-bottom: 60px;
}*/

#menu li {
  position: relative;
  width: 111px;
}

#menu li li {
  width: 62px;
}

#menu li ul {
	display: none;
	position: absolute; 
	top: 0;
	left: 0;
}
  
#menu li.over ul { display: block; left:109px; }

/** END MENU PLACEMENT CSS **/





/** MENU STYLING **/



#menuHome , #menuGigs , #menuWhoWeAre , #menuWhatWePlay , #menuGallery , #menuTestimonials , #menuEnquiries , #menuMailingList, #menuGalleryPhotos, #menuGalleryVideos  {
		display:block;
		position: relative;
		width:109px;
		background: url(/img/main_menu.gif) no-repeat;
}

#menuHome a, #menuGigs a, #menuWhoWeAre a, #menuWhatWePlay a, #menuGallery a, #menuTestimonials a, #menuEnquiries a, #menuMailingList a, #menuGalleryPhotos a, #menuGalleryVideos a {
		width:100%; height:100%;
		display:block;
}

#menu span {
	position: absolute;
	text-indent: -9999px;
}

#menu LI A {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454547;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	outline:none;
}

#menu LI UL { /* submenu */
	background: white;
}



#menuHome {
	background-position: 0 0;
	height: 27px;
}

#menuGigs {
	background-position: 0 -27px;
	height: 27px;
}

#menuWhoWeAre {
	background-position: 0 -54px;
	height: 26px;
}

#menuWhatWePlay {
	background-position: 0 -80px;
	height: 25px;
}

#menuGallery {
	background-position: 0 -105px;
	height: 23px;
}

#menuTestimonials {
	background-position: 0 -150px;
	height: 22px;
}

#menuEnquiries {
	background-position: 0 -128px;
	height: 23px;
}

#menuMailingList {
	background-position: 0 -173px;
	height: 33px;
}




#menuHome.over {
	background-position: -171px 0;
}

#menuGigs.over {
	background-position: -171px -27px;
}

#menuWhoWeAre.over {
	background-position: -171px -54px;
}

#menuWhatWePlay.over {
	background-position: -171px -80px;
}

#menuGallery.over {
	background-position: -171px -105px;
}

#menuTestimonials.over {
	background-position: -171px -150px;
}

#menuEnquiries.over {
	background-position: -171px -128px;
}

#menuMailingList.over {
	background-position: -171px -173px;
}


/* gallery sub menu 
menuGalleryPhotos
menuGalleryVideos
*/

#menuGalleryPhotos {
	background-position: -109px -104px;
	height: 15px;
}

#menuGalleryVideos {
	background-position: -109px -119px;
	height: 13px;
}

#menuGalleryPhotos.over {
	background-position: -279px -104px;
}

#menuGalleryVideos.over {
	background-position: -279px -119px;
}
