/* 2008 school, district, state navigation */



#sdsnav a.school {
 	display: block;
    width: 274px;
	height: 54px;
	background: url(../images/reports-school.gif) 0 0 no-repeat;
	text-decoration: none;
	border-bottom: 2px solid white;
	position: relative;
	}

#sdsnav a:hover.school {
    background-position: -274px 0;
	}
	
#sdsnav a.district {
 	display: block;
    width: 274px;
	height: 54px;
	background: url(../images/reports-district.gif) 0 0 no-repeat;
	text-decoration: none;
	border-bottom: 2px solid white;
	position: relative;
	}

#sdsnav a:hover.district {
    background-position: -274px 0;
	}	

#sdsnav a.state {
 	display: block;
    width: 274px;
	height: 54px;
	background: url(../images/reports-state.gif) 0 0 no-repeat;
	text-decoration: none;
	position: relative;
	}

#sdsnav a:hover.state {
    background-position: -274px 0;
	}	
	
	

/* Horizontal navigation */

#navcontainer { 
	width: 781px;
	background-color: #179DC3;
	margin-left: 9px;
	margin-right: 7px;
	height: 31px;
	  }

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-size: 84%;
	margin: 0;
	padding: 9px 0 9px 0;
	background-color: #179DC3;
}

ul#navlist li.last a{
    border-right: none;
	}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 9px 52px 9px 52px;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
	}

ul#navlist li#active
{
color: #95bbae;
background-color: #deebe5;
}

#navlist a:hover {
	background-color: #1DBCE9;
	text-decoration: underline;
}

/* commish */

#commish a {
 	display: block;
    width: 219px;
	height: 37px;
	background: url(../images/commissioner.gif) 0 0 no-repeat;
	text-decoration: none;
	position: relative;
	}

#commish a:hover {
    background-position: -219px 0;
	}
