/* Css design by SodiumHalogen.com *** */

/* ----------suckerfish-------------- */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#nav a {
	display: block;
	width: 10em;
	font-weight: normal;
	}
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	border: 1px solid #fff;
	border-top: none;
	}

#nav li:hover ul {
	left: auto;
	color: #fff;
	}
#nav li ul li {
	border-bottom: 1px solid #3C2E6B;
	}
#nav li ul li a{
	color: #9f8fd6;
	width: 160px;
	height: 18px;
	background: #2B1F4D;
	background-image: none;
	padding: 4px 5px 0 10px;
	}
#nav li ul li a:hover {
	color: #fff;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* ----------nav-------------- */

#nav {
	width: 960px;
	height: 29px;
	margin-left: 10px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	}

#nav li{
	display: inline;
	}	
#nav a {
	text-decoration: none;
	border: none;
	}

#nav span { 
	display: none; 
	}
#nav a:hover {
	background-position: 0 -29px;
	}
#nav ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
#nav ul li { 
	float: left; 
	display: inline; 
	margin: 0; 
	}
	

/* ----------individiual nav buttons-------------- */

#home a {
	width: 71px;
	height: 29px;
	display: block;
	background: url(/_images/b_home.jpg) left top no-repeat;
	}
#about a {
	width: 75px;
	height: 29px;
	display: block;
	background: url(/_images/b_about.jpg) left top no-repeat;
	}
#admissions a {
	width: 114px;
	height: 29px;
	display: block;
	background: url(/_images/b_admissions.jpg) left top no-repeat;
	}
#academics a {
	width: 108px;
	height: 29px;
	display: block;
	background: url(/_images/b_academics.jpg) left top no-repeat;
	}
#athletics a {
	width: 106px;
	height: 29px;
	display: block;
	background: url(/_images/b_athletics.jpg) left top no-repeat;
	}
#fine_arts a {
	width: 99px;
	height: 29px;
	display: block;
	background: url(/_images/b_fine_arts.jpg) left top no-repeat;
	}
#staff a {
	width: 156px;
	height: 29px;
	display: block;
	background: url(/_images/b_staff.jpg) left top no-repeat;
	}
#news a {
	width: 136px;
	height: 29px;
	display: block;
	background: url(/_images/b_news.jpg) left top no-repeat;
	}
#contact a {
	width: 95px;
	height: 29px;
	display: block;
	background: url(/_images/b_contact.jpg) left top no-repeat;
	}



/* ----------second nav -------------- */
#second_nav {
	width: 320px;
	height: 20px;
	font: 12px/12px normal Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 3px 0 0 102px;
	background: url(/_images/second_nav_bg.jpg) left top no-repeat;
	}
#second_nav li {
	display: inline;
	margin-top: 5px;
	padding-right: 20px;
	}
#second_nav a {
	color: #000;
	text-decoration: none;
	}
#second_nav a:hover {
	background: none;
	color: #332759;
	}	
		
/* ----------sub nav -------------- */
#sub_nav {
	width: 187px;
	margin: 10px 0;
	}
#sub_nav ul {
	width: 187px;
	list-style-type: none;
	}
#sub_nav li {
	width: 187px;
	padding-left: 15px;
	}
#sub_nav li a {
	height: 26px;
	width: 187px;
	font: normal 13px/26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	color: #000;
	}
#sub_nav li a:hover {
	background: url(/_images/bullet_arrow.gif) left 2px no-repeat;
	}
	
/* ----------sub sub nav -------------- */
#sub_nav .third li a {
	height: 20px;
	width: 187px;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 15px;
	color: #000;
	}
#sub_nav ul .third {
	margin-top: -5px;
	margin-bottom: 5px;
	}
#sub_nav .third li a:hover {
	background: url(/_images/bullet_arrow.gif) 5px 2px no-repeat;
	}






