
#whiteBG{
	margin: 0 auto;
	background:#FFFFFF;
	width:1084px;

}

#topHeader{
	background: url('../images/green/header.jpg') no-repeat top center #FFF;
	height:120px;
	width: 1024px;
	margin: 0 auto;
}

#topNav{
	background: url('../images/green/navbg.jpg') top center #FFF;
	height:27px;
	width: 1024px;
	margin: 0 auto;
	z-index:2;
	text-align:left;
}

#topNav ul {
	list-style: none;
	clear: both;
	height: 27px;
	margin:0;
}

#topNav ul li {
	float: left;
	padding: 5px 12px 0 12px;
	display: block;
}

#topNav ul li a, #topNav ul li a:link {
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #336666;
	display: block;
	padding-bottom: 5px;
}

#topNav ul li a:hover {
	color: #e77020;
}

#topNav ul li.active a {
	color: #E4701D;
}

/*Drop Down Menu*/

div#navtop li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: -12px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #EFEDE6;
	width: auto;
	padding-top: 3px;
	
	z-index:3;
}

div#navtop ul li ul li {
	margin:0px;
	background: #EFEDE6;
	padding-bottom: 5px;
	clear: both;
	width: 150px;
	padding-top: 10px;
	
}

div#navtop ul li ul li a, div#navtop ul li ul li a:link {
	margin-bottom: 8px;
	font-size: 12px;
	border-bottom: 1px dotted #999;
}

div#navtop ul li ul {
	padding-bottom: 10px;
}

div#navtop 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;
}

div#navtop li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background: none!important;
}
