/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	border-left:			2px solid white;
	border-right:			1px dashed #DADADA;
}


#gn
{
	position:				absolute;
	top:					21px;
	right:					18px;

	text-align:				right;
}

#gn ul
{
	float:					right;
	margin:					0px;
	padding:				2px 0px 0px;
	list-style-type:		none;
	white-space:			nowrap;

	border-bottom:			1px solid #CCC1B0;

	line-height:			2.5em;
	width:					278px;
	height:					2.5em;

	font-size:				10px;
}

#gn a.chs
{
	margin:					0px 0.6em 0px 0px!important;
}

#gn li
{
	float:					left;
}

#gn a:hover
{
	text-decoration:		underline;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//---------------------------------------------------------------------------------------------------------
//	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;

	border-top:				5px solid #92E059;
	border-bottom:			7px solid #92E059;
}

ul#nav-main li.l1
{
	display:				block;
	margin:					0px;
	padding:				0px;

	/*	IE hack	*/
	line-height:			0px;
}


ul#nav-main li.l1 a
{
	color:					#696969;
}
ul#nav-main li.l1 a.active
{
	color:					#00509A;
}

#nav-main img
{
	display:				block;
}


ul.sectionnav
{
	margin:					0px;
	padding:				8px 0px;
	list-style-type:		none;

	border-top:				4px solid #92E059;
	border-bottom:			8px solid #92E059;
}

ul.subsectionnav
{
	margin:					0px;
	padding:				4px 0px 8px 16px;
	list-style-type:		none;
}

li.l2
{
	margin:					0px;
	padding:				0px 10px 0px 20px;
}

li.l2 a
{
	display:				block;
	line-height:			1.5em;
	font-size:				0.65em;
	color:					white;
}

li.l2 a:hover
{
	text-decoration:		underline;
}
