﻿#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 670px;
	height: 155px;
	position: relative;
}
#nav li {
	margin: 0px;
	clear: left;
	width: 230px;
	display: block;
	height: 25px;
	float: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #D2DAE3;
}
#nav li a.topLevel {
	margin: 0px;
	display: block;
	width: 230px;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	font-size: 90%;
	text-decoration: none;
	font-family: arial, sans-serif;
	color: #888;
}
#nav li.hover a.topLevel {
	color: #000;
	background-color: #EFF2F5;
}

#nav li img {display:none;}
#nav li span {display:none;}

#nav li.hover span {
	margin: 0px;
	display: block;
	position: absolute;
	left: 230px;
	top: 0px;
	width: 440px;
	height: 155px;
	font-family: arial, sans-serif;
	font-size: 95%;
	line-height: 20px;
	color: #808080;
}
h1.heading {
	margin: 0px 0px 0px 10px;
	padding: 4px;
	background-color: #3F515F;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 120%;
	text-align: right;
	font-family: "century gothic";
}
#nav li.hover span p {
	padding: 10px;
	margin: 0px;
	font-size: 90%;
}

