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

/*-------------------------------------------------------------------------------------------------------
//	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
{
	margin-top:       30px;
	display:          block;
	font-family:      "Trebuchet MS", verdana,arial,sans-serif;
	font-size:        19px;
	font-weight:      bold;
	border-bottom:    1px solid #cecece;
	padding-bottom:   2px;
	margin-bottom:    5px;
}

#nav-section-top a
{
	display:          block;
	background-color: #eee;
	line-height:      37px;
	padding-left:     10px;
	color:            #184066;
	text-decoration:  none;
	text-decoration:  none;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:          block;
	line-height:      27px;
	font-family:      "Trebuchet MS", verdana,arial,sans-serif;
	font-weight:      bold;
	font-size:        14px;
	line-height:      23px;
	margin-bottom:    5px;
	padding-left:     10px;
	text-decoration:  none;
	color:            white;
	background-color: #465D7D;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	padding-left: 20px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	background-color: white;
	color:            #465D7D;
}

