/* CSS Document */
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: auto;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 700px;
	height: auto;
	overflow:hidden;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	padding-right:0px;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	padding-right:25px;
	padding-left:25px;
}

/*
.home{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 32px;
}
.home:hover{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	height: 40px;
	width: 32px;
}


.homeover{
	background-image: url(../images/home_m.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	height: 40px;
	width: 32px;
}

.about{
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 49px;
}
.about:hover{
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	height: 40px;
	width: 49px;
}
.aboutover{
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
	height: 40px;
	width: 49px;
}

.programs{
	background-image: url(../images/programes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 54px;
}
.programs:hover{
	background-image: url(../images/programes.jpg);
	background-repeat: no-repeat;
	background-position: center -40;
	height: 40px;
	width: 54px;
}
.programsover{
	background-image: url(../images/programes.jpg);
	background-repeat: no-repeat;
	background-position: center -40;
	height: 40px;
	width: 54px;
}
.schedule{
	background-image: url(../images/schedule.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 50px;
}
.schedule:hover{
	background-image: url(../images/schedule.jpg);
	background-repeat: no-repeat;
	background-position: center -40;
	height: 40px;
	width: 50px;
}
.scheduleover{
	background-image: url(../images/schedule.jpg);
	background-repeat: no-repeat;
	background-position: center -40;
	height: 40px;
	width: 50px;
}




.gallery{
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 72px;
}
.gallery:hover{
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: center -40;
	height: 40px;
	width: 72px;
}
.galleryover{
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: center -40;
	height: 40px;
	width: 72px;

}
*/












/*.contact{
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 59px;
}
.contact:hover{
	background-image: url(../images/contact_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 59px;
}
.contactover{
	background-image: url(../images/contact_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 59px;
}
*/