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

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

ul#nav-section
{
	padding-left:			22px;
	padding-bottom:			1px;
	padding-top:			1px;
	border-bottom:			1px solid rgb( 211, 225, 161 );
}

ul#nav-section ul.sub
{
	padding-top:			0px;
	padding-bottom:			2px;
	p/adding:				0px 30px 3px 0px;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding:				0.8em 0em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid rgb(204,204,204);
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					rgb(153,51,51);
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	line-height:			15px;
	font-size:				12px;
	text-decoration:		none;
	color:					rgb( 119, 119, 119 );
	font-weight:			bold;
	padding:				3px 0px 3px 3px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	font-size:				11px;
	line-height:			11px;
	
	padding:				3px 50px 4px 16px;
	
	color:					rgb( 75, 129, 204 );
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	background-color:		rgb(247,241,178);
}

