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

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #home, #contact {
	text-indent: -5000px;
	}

#navhome {
	width: 234px;
	height: 23px;
	background: url(../images/top-nav.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 0px;
	position: absolute;
}

#navhome li {
margin: 0; 
padding: 0; 
list-style: none; 
position: absolute; 
top: 0;
}
#navhome li, #navhome a {height: 23px; display: block;}

#home {
	left: 0;
	width: 100px;
}
#contact {
	left: 115px;
	width: 120px;
}

#home a:hover {background: transparent url(../images/top-nav.png) 0 -26px no-repeat;}
#studentlogin a:hover {background: transparent url(../images/top-nav.png) -115px -26px no-repeat;}


#menu1 a {
	display:block;
	width:232px;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#menu1 a:hover {	
	background-position: 0 -280px;
	color: #E9BE75;
	}

#menu2 a {
	display:block;
	width:232px;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	}
	
#menu2 a:hover {
	background-position: 0 -325px;
	color: #E9BE75;
	}

#menu3 a {
	display:block;
	width:232px;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 -90px;
	}
	
#menu3 a:hover {
	background-position: 0 -370px;
	color: #E9BE75;
	}


#menu4 a {
	display:block;
	width:232px;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 -135px;
	}
	
#menu4 a:hover {	
	background-position: 0 -415px;
	color: #E9BE75;
	}

#menu5 a {
	display:block;
	width:232px;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 -180px;
	}
	
#menu5 a:hover {	
	background-position: 0 -460px;
	color: #E9BE75;
	}

#menu6 a {
	display:block;
	width:232px;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 -224px;
	}
	
#menu6 a:hover {	
	background-position: 0 -504px;
	color: #E9BE75;
	}
