/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
}

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

	width:					205px;

	border-bottom:			1px solid #989A90;
	list-style-type:		none;
	
	overflow:				hidden;
}

ul.sub
{
	margin-bottom:			2px!important;
}

/*-------------------------------------------------------------------------------------------------------
//	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;
	border-top:				1px solid #989A90;
	padding:				3px 10px 3px 56px;
	line-height:			19px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				10px;
	text-decoration:		none;
	color:					#5F604B;
}

ul.sub a
{
	line-height:			13px!important;
}

ul.sub a:before
{
	content:	"> ";
}

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

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

	text-indent:			-12px;
}

/*-------------------------------------------------------------------------------------------------------
//	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,
a.subactive
{
	color:					#006F51;
}

ul#nav-section a.active
{
	line-height:			15px;
	padding-top:			2px;

	background-image:		url( /site/images/bg_globalnav_h.png );
	background-position:	31px 2px;
	background-repeat:		no-repeat;
}

a.subactive
{
	color:					#006F51!important;
}
