/* CSS Document */
/* Menu */

#menu {
	float: right;
	margin: 10px 0 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 20px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 24px;
	padding: 7px 15px 0px 15px;
	color: #8ad5f4;
	
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu .first {
	background: url(images/homebg.jpg) no-repeat left top;
}

#menu .second {
	background: url(images/aboutbg.jpg) no-repeat left top;
}
#menu .third {
	background: url(images/coachingbg.jpg) no-repeat left top;
}

#menu .fourth {
	background: url(images/gallerybg.jpg) no-repeat left top;
}

#menu .fitht {
	background: url(images/gamebg.jpg) no-repeat left top;
}
#menu .sixth {
	background: url(images/welfarebg.jpg) no-repeat left top;
}
#menu .seventh {
	background: url(images/constitutionbg.jpg) no-repeat left top;
}
#menu .eighth {
	background: url(images/contactbg.jpg) no-repeat left top;
}





#menu .active a {
color: #8ad5f4;
}

