/*
 *	NAVIGATION.CSS
 *  Styles definition of all navigation elements
 *
 */

#navmain {}

#navmain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px;
	position: relative;
	background: transparent url("/images/navmain.gif") left top no-repeat;
}

#navmain li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	height: 24px;
}

#navmain li a {
	display: block;
	height: 24px;
}

#navhome {
	left: 0;
	width: 49px;
}

#navhome a:hover {
	background: transparent url("/images/navmain.gif") 0px -24px no-repeat;
}

#navadmissions {
	left: 53px;
	width: 74px;
}
#navadmissions a:hover {
	background: transparent url("/images/navmain.gif") -53px -24px no-repeat;
}

#navabout {
	left: 131px;
	width: 62px;
}
#navabout a:hover {
	background: transparent url("/images/navmain.gif") -131px -24px no-repeat;
}

#navphilosophy {
	left: 197px;
	width: 71px;
}
#navphilosophy a:hover {
	background: transparent url("/images/navmain.gif") -197px -24px no-repeat;
}

#navcurriculum {
	left: 272px;
	width: 76px;
}
#navcurriculum a:hover {
	background: transparent url("/images/navmain.gif") -272px -24px no-repeat;
}

#navevents {
	left: 352px;
	width: 79px;
}
#navevents a:hover {
	background: transparent url("/images/navmain.gif") -352px -24px no-repeat;
}

#navgallery {
	left: 435px;
	width: 66px;	
}
#navgallery a:hover {
	background: transparent url("/images/navmain.gif") -435px -24px no-repeat;
}

#navschoolday {
	left: 505px;
	width: 97px;	
}
#navschoolday a:hover {
	background: transparent url("/images/navmain.gif") -505px -24px no-repeat;
}

#navsummerproramme {
	left: 606px;
	width: 84px;
}
#navsummerproramme a:hover {
	background: transparent url("/images/navmain.gif") -606px -24px no-repeat;
}

#navcontact {
	left: 694px;
	width: 73px;
}
#navcontact a:hover {
	background: transparent url("/images/navmain.gif") -694px -24px no-repeat;
}