/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:					260px;
}

/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					15px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	margin:					0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	font-family:			"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:				11px;
	line-height:			16px;
	font-weight:			bold;
	padding-top:			4px;
	color:					#003366!important;
}

ul#nav-section a:hover,
ul#nav-section a.active,
ul#nav-section a.active:hover,
p#nav-section-top a:hover,
ul#nav-section ul.sub a.active,
ul#nav-section ul.sub a.active:hover
{
c	color:					#FF6600!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	font-weight:			normal;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/