@charset "utf-8";
/* CSS Document */

/*Main subnav properties*/
#contentArea ul {
	margin:0;
	padding:0;
	list-style: none;
	/*width:100%;*/
	height:45px;
}
#contentArea ul li {
	display:inline;
}
#contentArea ul li a {
	display:block;
	height:19px;
	text-indent: -9999px;
	margin:0;
	padding:0;
	line-height:normal;
	outline:none;
}

/*End global subnav properties*/

/*Begin Subnav Backgrounds*/
#contentArea ul.aboutSchoolSection {
	background: url(../images/navigation/aboutTheSchool/subNav_aboutSchool_bg.gif) left top no-repeat;
}

/*End Subnav backgrounds*/

/*Begin About The School subnav*/
.aboutSchoolSection a.subNav_1 {
	position:absolute;
	width:99px;
	background:url(../images/navigation/aboutTheSchool/aboutSchool_btn.gif) no-repeat;
	top:107px;
	left:45px;	
}
.aboutSchoolSection a.subNav_1:link, .aboutSchoolSection a.subNav_1:visited, .aboutSchoolSection a.subNav_1:active {
	background:url(../images/navigation/aboutTheSchool/aboutSchool_btn.gif) no-repeat;
}
.aboutSchoolSection a.subNav_1:hover {
	background-position: -99px 0;
}
.aboutSchoolSection a.subNav_1_current {
	position:absolute;
	width:99px;
	background:url(../images/navigation/aboutTheSchool/aboutSchool_btn.gif) no-repeat;
	top:107px;
	left:45px;
	background-position: -99px 0;
	cursor:default;	
}

/*End About The School subnav*/

/*Begin The Teacher subnav*/
.aboutSchoolSection a.subNav_2 {
	position:absolute;
	width:107px;
	background:url(../images/navigation/aboutTheSchool/theTeacher_btn.gif) no-repeat;
	top:107px;
	left:148px;	
}
.aboutSchoolSection a.subNav_2:link, .aboutSchoolSection a.subNav_2:visited, .aboutSchoolSection a.subNav_2:active {
	background:url(../images/navigation/aboutTheSchool/theTeacher_btn.gif) no-repeat;
}
.aboutSchoolSection a.subNav_2:hover {
	background-position: -107px 0;
}
.aboutSchoolSection a.subNav_2_current {
	position:absolute;
	width:107px;
	background:url(../images/navigation/aboutTheSchool/theTeacher_btn.gif) no-repeat;
	top:107px;
	left:148px;
	background-position: -107px 0;
	cursor:default;	
}
/*End The Teacher subnav*/

/*Begin Performances subnav*/
.aboutSchoolSection a.subNav_3 {
	position:absolute;
	width:122px;
	background:url(../images/navigation/aboutTheSchool/performance_btn.gif) no-repeat;
	top:107px;
	left:259px;	
}
.aboutSchoolSection a.subNav_3:link, .aboutSchoolSection a.subNav_3:visited, .aboutSchoolSection a.subNav_3:active {
	background:url(../images/navigation/aboutTheSchool/performance_btn.gif) no-repeat;
}
.aboutSchoolSection a.subNav_3:hover {
	background-position: -122px 0;
}
.aboutSchoolSection a.subNav_3_current {
	position:absolute;
	width:122px;
	background:url(../images/navigation/aboutTheSchool/performance_btn.gif) no-repeat;
	top:107px;
	left:259px;
	background-position: -122px 0;
	cursor:default;	
}
/*End Performances subnav*/

/*Begin FAQ subnav*/
.aboutSchoolSection a.subNav_4 {
	position:absolute;
	width:38px;
	background:url(../images/navigation/aboutTheSchool/faq_btn.gif) no-repeat;
	top:107px;
	left:385px;	
}
.aboutSchoolSection a.subNav_4:link, .aboutSchoolSection a.subNav_4:visited, .aboutSchoolSection a.subNav_4:active {
	background:url(../images/navigation/aboutTheSchool/faq_btn.gif) no-repeat;
}
.aboutSchoolSection a.subNav_4:hover {
	background-position: -38px 0;
}
.aboutSchoolSection a.subNav_4_current {
	position:absolute;
	width:38px;
	background:url(../images/navigation/aboutTheSchool/faq_btn.gif) no-repeat;
	top:107px;
	left:385px;
	background-position: -38px 0;
	cursor:default;	
}
/*End FAQ subnav*/

