/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px 0px 0px 22px;
	padding:				0px;

	list-style-type:		none;
	
	overflow:				hidden;
}

ul#nav-section ul.sub
{
	margin:					5px 10px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	border-bottom:			0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	display: block;
	line-height: 13px;
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	padding: 7px 0px;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
	text-align: right;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	text-transform: lowercase;
	border-top:				0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
li.active,
a.subactive
{
	color: #CBB675;

/*	color:					rgb(134,42,47); */
}


