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

/*-------------------------------------------------------------------------------------------------------
//	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:				0px 12px 2px;
	margin-bottom:			0;
	font-family:			"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:			bold;
	font-size:				11px;
	text-decoration:		none;
	color:					white !important;
	background:				url('/images/sidebar-menu-section-bg.gif') repeat-y;
}

#nav-section-top a
{
	color:					white  !important;
}
/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				4px 22px 4px 12px;
	
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					white  !important;
	line-height:			13px;
	/* min height hack*/
	min-height:				11px;
	height:					auto !important;
	height:					11px;	

}

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	
	background:				url('/images/sidebar-active.jpg') repeat-y;
	color:					white  !important;
}

