/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width: 170px;
	padding: 5px 10px 20px 18px;
	background-repeat: no-repeat;
	background-position: 10px top;
	vertical-align: top;
}

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

	list-style-type:		none;
	
	overflow:				hidden;
}

/*-------------------------------------------------------------------------------------------------------
//	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;
	padding:				6px 10px 6px 0px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-size:				12px;
	text-decoration:		none;
	color:					navy;
}

/*-------------------------------------------------------------------------------------------------------
//	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.active,
ul#nav-section a:hover,
p#nav-section-top a:hover,
p#nav-section-top a.active,
li.active
{
	color:					#5488FF;
}

/*-------------------------------------------------------------------------------------------------------
//	Section Sidebar
//-------------------------------------------------------------------------------------------------------*/
#section-sidenav
{
	margin-top: 28px;
	font-size:				11px;
	width: 138px;
	min-height: 200px;
	padding: 38px 20px 5px 10px;
	background-repeat: no-repeat;
 	min-height:	180px;
	height:	auto !important;
  	height:	180px;
}
