#mainNav
{
	/*
	position:absolute;
	top:107px;
	left:0px;
	*/
	padding: 0px 0px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#00743a;
	text-transform:uppercase;
/*
	border:solid 1px red;
*/

	background-image:url(../Img/headerBG.jpg);
	background-repeat:no-repeat;
	background-position:0px -107px;
}

#mainNav a
{
	color:#00743a;
	text-decoration:none;
	display:block;
	float:left;
	margin-right:1px;
	background-image:url(../img/tabRightBG.gif);
	background-position:100% 0px;
	background-repeat:no-repeat;
}

#mainNav a span
{
	display:block;
	padding:10px 5px 10px 5px;
	background-image:url(../img/tabLeftBG.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#mainNav a:hover, #mainNav a.sel, #mainNav a.def
{
	color:#ffffff;
	background-position:100% -34px;
}

#mainNav a:hover span, #mainNav a.sel span, #mainNav a.def span
{
	padding:7px 5px 13px 5px;
	background-position:0px -34px;
}

/* Style for Drop Down Menu */
.mainNavDropMenu
{
	position: absolute;
	top: 0px;
	z-index: 200;
	width: 250px;
	background-color: #ee7900;
	border:solid 1px #ee7900;
	visibility: hidden;
}

.mainNavDropMenu a
{
	display:block;
	float:none;
	width: 230px;
	padding:4px 10px;
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
	line-height:18px;
	color:#ffffff;
	text-decoration:none;
	background-color: #ee7900;
}

.mainNavDropMenu a:hover
{
	color: #ee7900;
	background-color: #ffffff;
	text-decoration:none;
}

/* Secundary Navigation */
#secondaryNav
{
	/*
	position:absolute;
	top:141px;
	left:0px;
	*/
	width:978px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	padding:4px 4px;
	background-color:#ee7900;
	text-transform:uppercase;
}

#secondaryNav a
{
	color:#ffffff;
	text-decoration:none;
}

#secondaryNav a:hover
{	text-decoration:underline;	}

#secondaryNav a.sel
{	font-weight:bold;	}

/* Bread Crumbs */
#breadCrumbs
{
	width:978px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	padding:4px 4px 4px 22px;
	background-image:url(../Img/headerBG.jpg);
	background-repeat:no-repeat;
	background-position:0px bottom;
}

#breadCrumbs a
{	text-decoration:none;	}

#breadCrumbs a:hover
{	text-decoration:underline;	}

#secondaryNav a.sel
{	font-weight:bold;	}


/* Third Level of Navigation */
/*
#thirdNav
{
	width:350px;
	background-color:#ebebe4;
	background-image: url(../Img/DownloadTop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
}

#thirdNav #content
{
	padding: 10px 10px 0px 10px;
}

#thirdNav #content a
{
	display:block;
	padding: 2px 4px 2px 0px;
	font-family:Arial;
	font-size:11px;
	color:#00743a;
	font-weight:bold;
	text-decoration:none;
}

#thirdNav #content a.sel
{
	color:#ee7900;
}

#thirdNav #content a:hover
{
	color:#ee7900;
	text-decoration:underline;
}

#thirdNav #bottom
{
	height:10px;
	background-image: url(../Img/DownloadBottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
*/

#thirdNav
{
	width:350px;
	margin-top:10px;
}

#thirdNav #top
{
	background-image: url(../Img/ThirdNavTop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:10px;
}

#thirdNav #content
{
	padding: 0px 10px 0px 10px;
	background-image: url(../Img/ThirdNavMid.gif);
	background-repeat:repeat-y;
}

#thirdNav #content a
{
	display:block;
	padding: 1px 4px 1px 0px;
	font-family:Arial;
	font-size:11px;
	color:#b9b9b9;
	font-weight:bold;
	text-decoration:none;
}

#thirdNav #content a.sel
{
	color:#838383;
}

#thirdNav #content a:hover
{
	color:#838383;
	text-decoration:underline;
}

#thirdNav #bottom
{
	height:10px;
	background-image: url(../Img/ThirdNavBottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}


@media print
{
	#thirdNav
	{	display:none;	}

	#secondaryNav
	{	display:none;	}

	#mainNav
	{	display:none;	}
}