/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:					165px;
	padding-top:			40px;
	padding-bottom:			50px;
}

/*-------------------------------------------------------------------------------------------------------
//	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
{
	display:				block;
	padding:				15px 10px 15px 15px;
	font-size:				14px;
	line-height:			20px;
	margin-bottom:			34px;
	text-decoration:		none;
	color:					#c76c11;
	background-image:		url( /images/sidenav-top-bg.gif );
	background-position:	top right;
	background-repeat:		repeat-y;
	text-align:				right;
}

#nav-section-top a,
#nav-section-top a:hover
{
	color:					#c76c11;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				4px 10px;
	line-height:			15px;
	font-size:				11px;
	text-decoration:		none;
	color:					#6d6e70;
	text-align:				right;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a:hover
{
	color:					white;
}

ul#nav-section a.active,
ul#nav-section a.active:hover
{
	font-weight:			bold;
}


