#holder-head {
	position: relative;
	float: left;
	clear: both;
	width: 936px;
	background-repeat: no-repeat;
}


#header-pic {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

#top-menu {
	font: 12px/1.25em arial, sans-serif;
	z-index: 100;
	position: relative;
	clear: both;
	width: 936px;
	color: white;
	float: left;
	text-align: center;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	width: 156px;
	z-index: 100;
	text-align: center;
}
	
li {
	float: left;
	position: relative;
	width: 156px;
	z-index: 100;
}

li ul {
	/* 2nd Level List */
	position: absolute;
	left: 0;
	width: 156px;
	display: none;
	z-index: 100;
	top: 25px;
}

li > ul {
	top: 25px;
	left: auto;
	z-index: 100;
}

li:hover ul, li.over ul {
	display: block;
	z-index: 100;
}

ul li a {
/* Initial state of the drop down menu items */
	display: block;
	text-decoration: none;
	background-color: white;
	color: #0066CC; 
}


ul li a:hover {
/* State change on mouse over */
	background-color: #0066CC;
	color: white;
	z-index: 100;

}

#nav a {
	font-weight: bold;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
}

#nav li li a:hover {

}

/* Fix IE: hide from IE mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* For Future People, Search for: the Holly Hack */

