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

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

ul#nav-section ul.sub
{
	border-bottom:			none;
	border-top:			1px solid #e6e6e6;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding:				2px 5px;
	margin:					0;
	border-top:				1px solid #e6e6e6;
	font-family:			helvetica;
	font-weight:			bold;
	text-decoration:		none;
	color:					rgb(153,51,51);
	background:				#f2f2f2;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				7px 5px 7px;
	font-family:			helvetica;
	text-decoration:		none;
	background:				#F2F2F2;
	font-weight:			bold;
	border-top:				1px solid #E6E6E6;
	line-height:			14px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	margin-left:			0 !important;
	background:				white;
	font-weight:			normal;
	border-top:				none;
	padding:				5px;

}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
ul#nav-section a.subactive
{
	text-decoration:			underline;
}