/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	padding:          20px 0px 20px 0;
	width: 138px;
}

/*-------------------------------------------------------------------------------------------------------
//	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 
{
	padding:          0 10px 10px 18px;
	display:          block;
	font-weight:      bold;
	font-size:        13px;
	text-decoration:  none;
	color:            #E2383F;
	margin: 0;
}

#content #nav-section-top 
{
	padding:          0 10px 20px 0px;
}

#nav-section-top a {color: #E2383F;}

#content #nav-section {display: none;}
/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:          block;
	padding:          6px 10px 6px 18px;
	width:            110px;
	line-height:      1.3em;
	text-decoration:  none;
	color:            white;
	background-color: #E2383F;
	margin-bottom:    8px;
	-moz-border-radius-topright:        5px;
	-moz-border-radius-bottomright:     5px;
	-webkit-border-top-right-radius:    5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius:            5px;
	border-bottom-right-radius:         5px;
}

/*-------------------------------------------------------------------------------------------------------
//	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-color: #0053A0;
	color:            white;
}

