/* CSS Document */
a#aboutus{
	height: 36px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/aboutus.jpg) top left no-repeat;
	display: block;
}
a#aboutus:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#aboutus span { display:none; }
a#bio{
	height: 31px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/bio.jpg) top left no-repeat;
	display: block;
}
a#bio:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#bio span { display:none; }
a#gallery{
	height: 32px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/gallery_menu.jpg) top left no-repeat;
	display: block;
}
a#gallery:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#gallery span { display:none; }
a#recording{
	height: 32px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/record_menu.jpg) top left no-repeat;
	display: block;
}
a#recording:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#recording span { display:none; }
a#news{
	height: 32px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/news.jpg) top left no-repeat;
	display: block;
}
a#news:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#news span { display:none; }
a#events{
	height: 32px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/events_menu.jpg) top left no-repeat;
	display: block;
}
a#events:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#events span { display:none; }
a#contactus{
	height: 34px;
	width: 207px;
	overflow: hidden;
	background: url(images/menu/contact.jpg) top left no-repeat;
	display: block;
}
a#contactus:hover{
	background-position: top right;
	background-repeat: no-repeat;
}
a#contactus span { display:none; }

