div.thenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.thenav li { /* all list items */
	float: left;
	position: relative;
	width: 126px;
	height:18px;
	z-index:20;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	width:130px;
	left: 0;
	background-image:none;
	background-color:#666666;
}

li ul.involved { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	width:130px;
	left: 0;
	background-image:none;
	background-color:#EDB500;
}

li ul.information { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	width:130px;
	left: 0;
	background-image:none;
	background-color:#8DAC1E;
}

li ul.connected { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	width:130px;
	left: 0;
	background-image:none;
	background-color:#EB711C;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#subContent {
	clear: left;
	position:absolute;
	top:180px;
	left:0px;
	width:780px;
}

#homeli { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	top:147px;
	height:20px;
	z-index:200;
}

#aboutli { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	top:147px;
	height:20px;
	z-index:200;
}

#connectedli { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	top:147px;
	height:20px;
	z-index:200;
}

#involvedli { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	top:147px;
	height:20px;
	z-index:200;
}

#informationli { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	top:147px;
	height:20px;
	z-index:200;
}

#loginli { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	top:147px;
	height:20px;
	z-index:200;
}