/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section
{
	display:             block;
	float:               left;
	position:            absolute;
	top:                 109px;
	left:                0px;
	margin:              0px;
	padding:             0px;
	list-style-type:     none;
}


ul#nav-section li
{
	display:             inline;
	float:               left;
	
	height:              28px;
	padding:             0 7px 0 10px;
	background-image:    url('/images/sectionnav_li_back.gif');
	background-repeat:   no-repeat;
	background-position: center left;
}

ul#nav-section li:first-child
{
	background-image:    none;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:             block;
	line-height:         24px;
	font-size:           11px;
	text-decoration:     none;
	color: rgb(51,51,51);
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	margin-left: -1em;
	padding-left:0;
}

ul#nav-section ul.sub li
{
	margin-left: 0;
	padding-left:0;
}

ul#nav-section ul.sub a
{
	margin-left:         1.0em!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	border-bottom:       4px #E4DDC9 solid;
}
