﻿/*-- Reset List Styles --*/
ul#topnav, ul#topnav  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*-- Start Top Nav --*/
#pub-school-dropdown {
	width: 140px;
	padding: 0;
	margin: 4px 8px 0 0;
}
ul#topnav {
	width: 100%;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left !important;
}
ul#topnav li {
	float: left;
	position: relative; /*--Important--*/
	background: url('school-dropdown.png') no-repeat left top;
	width: 100%;
	height: 24px;
	cursor: pointer;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
}
ul#topnav a.school-link {
	display: block;
	width: 21px;
	height: 22px;
}
ul#topnav a.school-link span {
	display: none;
}

/*-- Start Dropdown Menu --*/
ul#topnav .school-dropdown {
	position: absolute; /*--Important--*/
	top: 27px;
	left: 27px;
	z-index: 99999;
	background: #323232 url('sub_bg.jpg') repeat-x; /*--Background gradient--*/
	padding: 10px 20px 20px 20px;
	float: left;
	display: none; /*--Hidden for those with js turned off--*/
	cursor: auto;
}
ul#topnav .school-dropdown-row {
	width: 100%;
	position: relative;
	clear: both;
	padding-top: 10px;
}
ul#topnav .school-dropdown-col {
	display: inline-block;
	float: left;
	width: 200px;
	clear: none;
}
ul#topnav .school-dropdown-col ul {
	padding-right: 10px;
}
ul#topnav .last-dropdown-col {
	width: 190px;
}
ul#topnav .last-dropdown-col ul {
	padding-right: 0px;
}
ul#topnav .school-dropdown-col  li {
	color: #fff;
	background: none;
	float: none;
	height: auto;
	width: 100%;
	cursor: auto;
}
ul#topnav .schoolGroup {
	margin-top: 16px;
}
/*--Sub nav heading style--*/
ul#topnav .schoolList h2 {
	padding: 0px 0px 8px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
/*--Sub nav heading link style--*/
ul#topnav ul.schoolList a,
ul#topnav ul.schoolList span {
	height: auto; /*--Override height from parent list item--*/
	background: url('navlist_arrow.png') no-repeat 5px 6px;
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	color: #cccccc;
	font-size: 12px;
	white-space: normal;
}
ul#topnav ul.schoolList span {
	color: #fff;
}
ul#topnav ul.schoolList li:hover a,
ul#topnav ul.schoolList a:hover {
	color: #fff;
	background-position: 5px 6px; /*--Override background position--*/
	font-size: 12px;
}