/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/

td#left
{
	padding:				40px 20px 30px 0; 
}

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

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	padding:				5px 0 1px;
	margin-bottom:			5px;
	font-size:				12px;
	white-space:			nowrap;
	font-weight:			bold;
	
}

#nav-section-top a
{
	text-decoration:		none;
	color:					#8b0516;
	padding-bottom:			2px;
	margin-bottom:			3px;
	/*border-bottom:			1px dashed gray;*/
	background:				url('/images/dotted.jpg') no-repeat;
	background-position:	0 100%;
}
/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				0.4em 0em;
	line-height:			1.3em;
	font-size:				0.7em;
	text-decoration:		none;
	color:					#8b0516;
}

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


/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active
{
	color:					#8b0516;
	width:					auto;
	font-size:				.8em;
	text-decoration:		none;
	font-weight:			bold;
}

ul#nav-section  a.subactive
{
	color:					#8b0516;
	font-weight:			bold;
}

