@charset "utf-8";
/* CSS Document */

/*top nav */

#nav {
font-size:18px;
color:#fff;
}

#nav a {
color:#fff;	
}

#nav a:hover {
color:#ffff2d;
text-decoration:none;
}

.about {
width:81px;
height:20px;
text-align:left;
padding:13px 16px 0px 26px;
}

.why {
width:auto;
height:20px;
text-align:left;
padding:13px 16px 0px 16px;
}

.admissions {
width:auto;
height:20px;
text-align:left;
padding:13px 16px 0px 16px;
}

.students {
width:auto;
height:20px;
text-align:left;
padding:13px 16px 0px 16px;
}

.news {
width:auto;
height:20px;
text-align:left;
padding:13px 16px 0px 16px;
}

.support {
width:auto;
height:20px;
text-align:left;
padding:13px 16px 0px 16px;
}

.contact {
width:auto;
height:20px;
text-align:left;
padding:13px 16px 0px 16px;
}

.preschool {
width:auto;
height:20px;
text-align:left;
padding:13px 0px 0px 16px;

}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	width: auto;
	text-decoration: none;
}
 
#nav li { /* all list items */
	float: left;
	width: auto 0px; /* width needed or else Opera goes nuts */
}
 
#nav li ul { /* second-level lists */
	z-index:99999;
	position: absolute;
	background: #fff;
	padding-bottom:10px;
	padding-top:7px;
	width:190px;
	/*left: -999em;*/ /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display:none;
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display:block;
}

.subnav {
font-color:#515151;
border:1px solid #e0e0e0;
color:#fff;
}

#nav li ul a {
width:180px;
color:#000;
font-size:14px;
margin:5px 4px 2px 6px;
}

#nav li ul a:hover {
width:180px;
color:#0072c8;
font-size:14px;
margin:5px 4px 2px 6px;
}

.divider {
text-align:left;
width:175px;
height:4px;
padding:5px 0px 5px 6px;
}

.topnav li a {
	width:auto;
	min-height:20px;
	text-align:left;
	padding:15px 15px 14px 15px;
}

#nav .children {
	font-color:#515151;
	border:1px solid #e0e0e0;
	color:#fff;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#nav .children li a{
	color:#000000;
	font-size:14px;
	background-image: url(/layouts/images/home/subnav_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:5px 4px 2px 6px;
	width:180px;
	padding: 3px 0 4px 0;
}

#nav .children li.lastChild a {
	background-image: none;
	padding: 3px 0 0 0;
}
