/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	padding-right:			25px;
	padding-bottom:			25px;
}

#section-nav
{

	width:					185px;
	background-color:		#e9edde;

	padding:				15px;


}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;

}

ul#nav-section li
{
	display:				inline;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top a
{
	display:				block;
	padding:				0px;
	margin-bottom:			0.4em;
	font-weight:			bold;
	font-size:				14px;
	text-transform:			uppercase;
	color:					#929065;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	margin:					9px 0px 0px;
	padding:				0px;
	line-height:			17px;
	font-size:				13px;
	text-decoration:		none;
	color:					#4985b1;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	margin:					2px 0px 0px 18px!important;
	line-height:			15px;
	font-size:				11px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	color:					rgb(59,121,166);
}

ul#nav-section a.active
{
	font-weight:			bold;
}

