/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
c	background-color:		rgb(238,238,238);
	padding-top:			3px;
}

/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;
	margin-bottom:			10px;

	list-style-type:		none;
	width:					150px;
c	background-color:		rgb(238,238,238);
	
	overflow:				hidden;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
c	background-color:		rgb(204,204,204)!important;
	border-bottom:			0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	display:				block;
	padding:				3px 20px 3px 20px;
	line-height:			14px;
	font-family:			Lucida Grande, Arial, Helvetica, san serif;
	font-size:				11px;
	text-decoration:		none;
	color:					#888888;
	width:					130px;

	border-bottom:			1px solid #dddddd;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
	border-top:				0px;
	font-weight:			bold;
	margin-top:				10px;
	display:				none;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	padding-top:				7px;
	border-bottom:			1px solid #dddddd;
	padding-bottom:			7px;
	margin-bottom:			0px;
}

ul#nav-section ul.sub a
{
	padding:				1px 10px 1px 30px;
	border-top:				0px;
	border-bottom:			none;
c	background-color:		#EEEEEE;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
p#nav-section-top a:hover,
p#nav-section-top a.active,
li.active,
ul#nav-section ul.sub a.subactive,
ul#nav-section ul.sub a.subactive:hover
{
c	background-color:		rgb(204,204,204)!important;
	color:					#e56b1f;
}

ul#nav-section a.active,
ul#nav-section a.active:hover
{
	background-color:		#f4f1e7;
}



