/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:					171px!important;
	min-height:				223px;
	background-color:		#E2E8B1;
	padding:				54px 0px 150px;

	background-repeat:		no-repeat;

	display:	block;
	position:	relative;
}

img#logo
{
	position:	absolute;
	bottom:		0px
}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	padding:				0px;
	list-style-type:		none;
}

ul#nav-section li
{
	display:				inline;
}

ul#nav-section
{
width:					126px!important;
	margin:					0px 10px 0px 20px;
}
ul.sub
{
	margin:					0px!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				none;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				0.2em 0em;
	line-height:			1.2em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.7em;
	text-decoration:		none;
	color:					#003366;
}

/*-------------------------------------------------------------------------------------------------------
//	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
{
	color:					#990066;
}

