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

#nav {
	float: left;
	width: 800px;
	background-image: url(../images/nav1.jpg);
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
}
#nav a {
	display:block;
	color: #000050;
	text-decoration: none;
}
#nav a:hover {
	background-color: #0099CC;
	color: #000050;
}
#nav a:visited {
	color: #000050;
	text-decoration: none;
}

#nav ul {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000050;
	list-style: none;
    background-color: #8ACAFA; 
/*   	line-height: 22px;*/
	text-align:center;
	/* margin-left: 15px; */ /*by GP on 11.17.2009*/
	margin-top:0;
}
#nav li {
	float: left;
	text-align: center;
	padding: 0;
}
#nav li ul {
      position: absolute;      
      left: -999em;
	  width: 11em; /*changed from 9em 06122010*/
	  padding-left: 3px;  /*changed from 5px 06102010*/
	  margin: 0;
 }

#nav li:hover ul, #nav li.sfhover ul {
      left: auto;
}

#nav ul .left {
	display:list-item;
	text-align:left;
/*	border-bottom: 1px dotted #6f2222;*/
	border-top: 1px dotted #6f2222;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px;
	width: 11em;
}


/* ********************************** */
.contact {
	width: 80px;
	text-align: center;
	padding: 0 5px 0 5px;	
	border-right: 1px solid #6d1f1f;
	cursor: default /*by Gp on 12.20.2009*/
}
.home {
	width: 45px;
	text-align: center;
	padding: 0 5px 0 5px;
	border-left: 1px solid #6d1f1f;
	border-right: 1px solid #6d1f1f;
}
.admiss {
	width: 87px;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #6d1f1f;
	cursor: default
}
.acad {
	width: 80px;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #6d1f1f;
	cursor: default
}
.couns {
	width: 75px;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #6d1f1f;
}
.afterschool{       
 	width: 140px;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #6d1f1f;
}
.community {
	width: 90px;
	text-align: center;
	padding: 0 5px 0 5px;
	border-right: 1px solid #6d1f1f;
	cursor: default
}
.found {
	width: 110px;
	text-align: center;
	border-right: 1px solid #6d1f1f;
	padding: 0 5px 0 5px;
}

