/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:					126px;
	padding:				20px 10px;
	background-color:		#E4DCCC;
}

/*-------------------------------------------------------------------------------------------------------
//	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:				0px;
	margin-bottom:			0.4em;
	font-weight:			bold;
	font-size:				1.08em;
	text-decoration:		none;
}

#nav-section-top a
{
	color:					#333333!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				0.1em 0em;
	line-height:			1.3em;
	font-weight:			normal;
	font-size:				0.8em;
	text-decoration:		none;
	color:					#333333;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	color:					#C22026;
}

