/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	padding:				0px 20px 20px 20px;
	width:					120px;
}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

ul#nav-section li
{
	display:				inline;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding:				14px 0px 0px 0px;
	margin-bottom:			0.4em;
	border-bottom:			1px solid #e6e6e6;
	font-family:			Helvetica, Arial, Verdana, "Trebuchet MS", sans-serif;
	font-weight:			bold;
	font-size:				12px;
	text-decoration:		none;
	color:					#acadb2;
}

#nav-section-top a
{
	font-size:				12px;
	text-decoration:		none;
	color:					#acadb2;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				5px 0px;
	line-height:			1.3em;
	font-family:			Helvetica, Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size:				11px;
	text-decoration:		none;
	color:					black;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	margin-left:			13px!important;
}

ul.sub a
{
	padding:			2px 0px!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a.subactive,
ul#nav-section a:hover
{
	color:					#de820b!important;
}

