@charset "utf-8";
/* CSS Document */
.home-active {
	float:left;
	width:36px;
	height:17px;
	padding-right:17px;
}
.home a {
	width:36px;
	height:17px;
	background-image:url(../images/home-up.jpg);
	background-repeat:no-repeat;
}
.home a:hover {
	background-image:url(../images/home-hover.jpg);
}
.home {
	float:left;
	width:36px;
	height:17px;
	padding-right:17px;
}
/*second button start*/
.about-active {
	float:left;
	width:38px;
	height:17px;
	padding-right:16px;
}
.about a {
	width:38px;
	height:17px;
	background-image:url(../images/about-up.jpg);
	background-repeat:no-repeat;
}
.about a:hover {
	background-image:url(../images/about-hover.jpg);
}
.about {
	float:left;
	width:38px;
	height:17px;
	padding-right:16px;
}
/*thierd button start*/

.yoga-active {
	float:left;
	width:65px;
	height:17px;
	padding-right:16px;
}
.yoga a {
	width:65px;
	height:17px;
	background-image:url(../images/yoga-up.jpg);
	background-repeat:no-repeat;
}
.yoga a:hover {
	background-image:url(../images/yoga-hover.jpg);
}
.yoga {
	float:left;
	width:65px;
	height:17px;
	padding-right:16px;
}
/*fourth button start*/

.events-active {
	float:left;
	width:41px;
	height:17px;
	padding-right:18px;
}
.events a {
	width:41px;
	height:17px;
	background-image:url(../images/events-up.jpg);
	background-repeat:no-repeat;
}
.events a:hover {
	background-image:url(../images/events-hover.jpg);
}
.events {
	float:left;
	width:41px;
	height:17px;
	padding-right:18px;
}
/*fifth button start*/
.schedule-active {
	float:left;
	width:59px;
	height:17px;
	padding-right:18px;
}
.schedule a {
	width:59px;
	height:17px;
	background-image:url(../images/schedule-up.jpg);
	background-repeat:no-repeat;
}
.schedule a:hover {
	background-image:url(../images/schedule-hover.jpg);
}
.schedule {
	float:left;
	width:59px;
	height:17px;
	padding-right:18px;
}
/*six button start*/
.rates-active {
	float:left;
	width:30px;
	height:17px;
	padding-right:16px;
}
.rates a {
	width:30px;
	height:17px;
	background-image:url(../images/rates-up.jpg);
	background-repeat:no-repeat;
}
.rates a:hover {
	background-image:url(../images/rates-hover.jpg);
}
.rates {
	float:left;
	width:30px;
	height:17px;
	padding-right:16px;
}
/*sewan button start*/
.contact-active {
	float:left;
	width:48px;
	height:17px;
}
.contact a {
	width:48px;
	height:17px;
	background-image:url(../images/contact-up.jpg);
	background-repeat:no-repeat;
}
.contact a:hover {
	background-image:url(../images/contact-hover.jpg);
}
.contact {
	float:left;
	width:48px;
	height:17px;
}
/*text style classes*/
.text_style {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:left;
	padding-left:44px;
	line-height:19px;
}
.more a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#98b33b;
	text-decoration:none;
}
.more a:hover {
	text-decoration:underline;
}

