/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	background-image:		url(/images/table_border.gif);
	background-repeat:		repeat-y;
	background-position:	top right;
	width:					138px;
	padding:				0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;
	margin-left:			16px;
	list-style-type:		none;
	width:					125px;
	overflow:				hidden;
	margin-bottom:			30px;
}

ul#nav-section ul.sub
{
	margin-bottom:			0px;
	margin-left:			10px;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	display:				block;
	line-height:			13px;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					#777777;
	padding:				5px 0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
	border-top:				0px;
	font-weight:			bold;
	margin-top:				20px;
	margin-left:			16px;
	color:					#777777;
	text-transform:			uppercase;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	border-top:				0px;
}

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


