/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:					150px;
	background-color:		#fffffff;
	text-align:				left;
	
	/*
	background-color:		rgb(238,238,238);
	*/
}

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

	/*
	margin:					0px;
	padding:				0px;

	border-bottom:			1px solid white;
	list-style-type:		none;
	width:					160px;
	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
{
	/*
	background-color:		rgb(204,204,204)!important;
	border-bottom:			0px;
	*/
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	display:				block;
	padding:				7px 10px 7px 10px;
	border-bottom:			1px solid #666666;
	
	font-family:			Helvetica, Arial, sans-serif;
	font-size:				9pt;
	font-weight:			normal;
	color:					#576088;
	text-transform:			uppercase;
	
	/*
	display:				block;
	border-top:				1px solid white;
	padding:				6px 10px 6px 18px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					rgb(59,121,166);
	*/
}

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

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a:hover,
p#nav-section-top a:hover,
{
	text-decoration:		underline;

	/*
	background-color:		rgb(204,204,204)!important;
	color:					rgb(85,85,85);
	*/
}

