/* START OF NAVIGATION BUTTONS BAR*/

menu 	{
	height: 30px;
	width: 800px;
}






/* home button */
/* controls normal button graphic */
.cssnavhome	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_home_ov.jpg) no-repeat;
	width: 65px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavhome a {
	display: block;
	width: 65px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavhome img {
	width: 65px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavhome a:hover img	{
	visibility:hidden
}





/* band button */
/* controls normal button graphic */
.cssnavband	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_band_ov.jpg) no-repeat;
	width: 67px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavband a {
	display: block;
	width: 67px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavband img {
	width: 67px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavband a:hover img	{
	visibility:hidden
}





/* Discography button */
/* controls normal button graphic */
.cssnavdisc	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_discography_ov.jpg) no-repeat;
	width: 131px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavdisc a {
	display: block;
	width: 131px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavdisc img {
	width: 131px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavdisc a:hover img	{
	visibility:hidden
}





/* Events button */
/* controls normal button graphic */
.cssnavevents	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_events_ov.jpg) no-repeat;
	width: 85px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavevents a {
	display: block;
	width: 85px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavevents img {
	width: 85px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavevents a:hover img	{
	visibility:hidden
}





/* Gallery button */
/* controls normal button graphic */
.cssnavgallery	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_gallery_ov.jpg) no-repeat;
	width: 95px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavgallery a {
	display: block;
	width: 95px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavgallery img {
	width: 95px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavgallery a:hover img	{
	visibility:hidden
}





/* guestbook button */
/* controls normal button graphic */
.cssnavguestbook	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_guestbook_ov.jpg) no-repeat;
	width: 112px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavguestbook a {
	display: block;
	width: 112px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavguestbook img {
	width: 112px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavguestbook a:hover img	{
	visibility:hidden
}





/* Email List button */
/* controls normal button graphic */
.cssnavemail	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_emaillist_ov.jpg) no-repeat;
	width: 123px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavemail a {
	display: block;
	width: 123px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavemail img {
	width: 123px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavemail a:hover img	{
	visibility:hidden
}





/* Contact Us button */
/* controls normal button graphic */
.cssnavcontact	{
	position:relative;
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(images/nav/btn_contactus_ov.jpg) no-repeat;
	width: 122px;
	height: 30px;
                  overflow:hidden;/* for ie to hide extra height*/	
}

.cssnavcontact a {
	display: block;
	width: 122px;
	height: 30px;
	float: left;
}

/* seems to make mouse over button graphic position correctly */
.cssnavcontact img {
	width: 122px; 
	height: 30px; 
	border: 0; 
}

/* hides normal button image */
.cssnavcontact a:hover img	{
	visibility:hidden
}


/* END OF NAVIGATION BUTTONS BAR*/

