/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	padding:				30px 0 0;
}

#left_div_container
{
	background:				url('/images/sidebar-bg-repeating.png') repeat-y;	
}

#left_div
{
	background:				url('/images/sidebar-bg.png') no-repeat;
	padding:				0 10px 18px 17px;
	
}


#sidebar_bottom
{
	margin-top:-9px;
}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px 0 0 13px;;
	list-style-type:		none;
}
ul#nav-section ul.sub
{
	padding:				0px 0 0 5px;;
}

ul#nav-section li
{
	display:				inline;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding:				0 0 6px 13px;
	margin:					0 0 6px;
	background:				url('/images/dot.png') repeat-x bottom;
	font-weight:			bold;
	font-size:				12px;
	text-decoration:		none;
	text-transform:			uppercase;
}

#nav-section-top a
{
	color:					#777;
}

#nav-section-top a.active
{
	color:					#54917d;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				0.4em 0em;
	line-height:			1.3em;
	font-size:				11px;
	text-decoration:		none;
	color:					#777;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	margin-left:			5px !important;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active
{
	font-weight:			bold;
}

ul#nav-section a.active,
ul#nav-section a:hover,
ul#nav-section a.subactive
{
	color:					#54917d;
}
