/* CSS Document */
/* Style sheet for hnschool drop down menu */
/* Ryan Ross - 2/10/2009 <li> updated by Eric Bartos 3/13/2009 */
li {
cursor:hand;
cursor:pointer;
}


.navi ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	color: #900d15;
	font-family: Arial, Geneva;
	font-weight: bold;
	font-size: 12px;
}

.navi ul li ul {
	margin: 8px 0px 0px 0px;
} 

html>body .navi ul li ul {
	margin: 0px 0px 0px 0px;
}

.navi li {
	float: left;
	position: relative;
	padding-right: 15px;
	background: #fff;
	list-style-position: outside;
}

.navi li#nopadding {
	float: left;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}

.navi ul li a {
	display: block;
	text-decoration: none;
	color: #900d15;
	font-family: Arial, Geneva;
	font-weight: bold;
	font-size: 12px;
}
.navi ul li a:hover {
	display: block;
	text-decoration: none;
	color: #c2b280;
	font-family: Arial, Geneva;
	font-weight: bold;
	font-size: 12px;
}
.navi li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 0.5em;
	background: #fff;
	font-size: 12px;
	width: 150px;
}

.navi li ul li {
	background: #fff;
	width: 150px;
}

.navi li ul a {
	color: #900d15;
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 0px 3px;
}


.navi li > ul {
	top: auto;
	left: auto;
}

.navi li:hover ul, .navi li.over ul {
	display: block;
}

.navi li ul li a:hover {
	background-color: #fff;
	color: #c2b280;

