/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#topleft
{
	background-color:		#003366;
	border-right: 1px solid #3399CC;
	width:					179px;
}

td#left
{
	background-color:		#003366;
	border-right: 1px solid #3399CC;
	width:					179px;
}

div#shift
{
	position: relative;
	top: -70px;
}

/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;

	border-bottom:			1px solid #FF9900;
	list-style-type:		none;
	width:					179px;
	background-color:		#335C85;
	
	overflow:				hidden;
}

/*-------------------------------------------------------------------------------------------------------
//	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;
	border-top:				1px solid #003366;
	padding:				6px 10px 6px 25px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
	background-color:		#335C85;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
	border-top: 1px solid #FF9900;
	color: #FF9900;
	font-weight: bold;
	padding: 10px 10px 6px 22px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	padding: 4px 10px 4px 38px;
	border-top: 0px;
}

ul#nav-section ul.sub a.subactive
{
	color: #FF9900;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
p#nav-section-top a:hover,
p#nav-section-top a.active,
li.active
{
	color:		#FF9900;
}
