/*
	schoolnavbar.css	1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#schoolbuttons {
	width: 140px;
	margin-left: 5px;
}
#schoolbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#schoolbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#schoolbuttons li a {
	color: #fff;
	border: 1px outset #008f00;
	width: 130px;
	text-decoration: none;
	display: block;
	background-image: url(navi_bg2.png);
}
#schoolbuttons li a:hover {
	color: #000 ;
	background-color: #bfffbf ;
}

