#nav-schools {
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/universalimages/bluesubnavtab.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	float: right;
	margin-right: 23px;
	margin-bottom: -30px;
	z-index: 1;
	display:block;
	top: -60px;
	position: relative;
}
#nav-schools li {
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 1;
}
#nav-schools a:link,
#nav-schools a:visited {
	color:#000000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-decoration: none;
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-top: 5px;
	margin-bottom: 2px;
	z-index: 1;
}
	
#nav-schools a:hover {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #000000;
	z-index: 1;
}


