@charset "utf-8";
/* CSS Document */

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9 {
	text-indent: -5000px;
	}



#menu1 a {
	display:block;
	width:116px;
	height: 60px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#menu1 a:hover {	
	background-position: 0 /*-327px*/-367px;
	color: #E9BE75;
	}

#menu2 a {
	display:block;
	width:116px;
	height: 40px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	}
	
#menu2 a:hover {
	background-position: 0 -427px;
	color: #E9BE75;
	}

/*add height to background position*/
#menu3 a {
	display:block;
	width:116px;
	height: 40px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -100px;
	}
	
#menu3 a:hover {
	background-position: 0 -467px;
	color: #E9BE75;
	}


#menu4 a {
	display:block;
	width:116px;
	height: 41px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -140px;
	}
	
#menu4 a:hover {	
	background-position: 0 -507px;
	color: #E9BE75;
	}

#menu5 a {
	display:block;
	width:116px;
	height: 38px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -180px;
	}
	
#menu5 a:hover {	
	background-position: 0 -548px;
	color: #E9BE75;
	}

#menu6 a {
	display:block;
	width:116px;
	height: 40px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -218px;
	}
	
#menu6 a:hover {	
	background-position: 0 -584px;
	color: #E9BE75;
	}
	
#menu7 a {
	display:block;
	width:116px;
	height: 38px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -257px;
	}
	
#menu7 a:hover {	
	background-position: 0 -625px;
	color: #E9BE75;
	}
	
#menu8 a {
	display:block;
	width:116px;
	height: 40px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -295px;
	}
	
#menu8 a:hover {	
	background-position: 0 -661px;
	color: #E9BE75;
	}
	
	
#menu9 a {
	display:block;
	width:116px;
	height: 40px;
	text-decoration: none;
	background-image: url(/admissions/images/buttons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -335px;
	}
	
#menu9 a:hover {	
	background-position: 0 -702px;
	color: #E9BE75;
	}
