/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:			300px;
	max-width:		300px;
	padding-right:	10px;
}

td#left .sidebar-box .title,
td#left .sidebar-box .content
{
	padding-left:	20px;
}

td#left .sidebar-box .content
{
	line-height:	16px;
}


td#left .sidebar-box .content ul
{
	margin-left:10px;
	padding:0;
}

.sidebar-box .title a
{
	color:					white;
	text-decoration:		none;
}

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

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	line-height:			24px;
	text-decoration:		none;
	color:					black;
	text-transform:			uppercase;
	font-size:				12px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a.subactive,
ul#nav-section a:hover
{
	font-weight:			bold;
	font-size:				12px;
	letter-spacing:			0px;
}


