@charset "utf-8";
.menu {
	margin: auto;
	width:800px;
	list-style: none;
}
.menu li {
	list-style: none;
	float: left;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 19px;
	height: 22px;
}
.menu  li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #946DC0;
}

.home a {
	background-image:url(../images/home.jpg);
	width: 43px;
	background-position: center top;
}

.location a {
	background-image:url(../images/location.jpg);
	width: 63px;
	background-position: center top;
}

.reg a {
	background-image:url(../images/reg.jpg);
	width: 89px;
	background-position: center top;
	height: 20px;
}

.curr a {
	background-image:url(../images/curric.jpg);
	width: 77px;
	background-position: center top;
}

.batbar a {
	background-image:url(../images/bat.jpg);
	width: 119px;
	background-position: center top;
}

.calendar a {
	background-image:url(../images/calendar.jpg);
	width: 65px;
	background-position: center top;
}

.kids a {
	background-image:url(../images/kids.jpg);
	width: 88px;
	background-position: center top;
}

.gallery a {
	background-image:url(../images/gallery.jpg);
	width: 97px;
	background-position: center top;
}
#content #text #mainbar #tab a {
	color: #333333;
}
