/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	width:					110px;
}

td#left ul
{
	padding:				5px!important;
}

td#left h2
{
	margin:					0px;
	padding:				0px;
	
	border-top:				0px;
	line-height:			1.5em;
	font-family:			arial,sans serif;
	font-weight:			normal;
	font-size:				0.80em;
	color:					rgb(6,90,166);
}

td#left h3
{
	margin:					0px;
	border-top:				1px dotted rgb(187,187,187);
	line-height:			1.5em;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					rgb(6,90,166);
}

td#left .bodytext
{
	margin:					0px;
	padding:				0px;
}

td#left ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}

td#left a
{
	color:					black;
}

td#left li
{
	padding-bottom:			0.5em;
}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section2
{
	position:				absolute;
	width:					602px;
	background-image:		url( /images/bg_subnav.gif );
	background-position:	top left;
	background-repeat:		no-repeat;
	clear:					both;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	height:					20px;
	left: 65px;
	top: 636px;
	visibility: hidden;






}

ul#nav-section ul.sub
{
	display:				none;
}

ul#nav-section li
{
	display:				inline;
}

ul#nav-section2
{
	background-image:		none;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				none;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	white-space:			nowrap;
	float:					left;
	display:				block;
	padding:				0px 5px;
	line-height:			20px;
	font-family:			arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					black;
}

/*-------------------------------------------------------------------------------------------------------
//	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,
td#left a:hover,
td#left a.active
{
	color:					rgb(6,90,166);
}
#left_mg {
	background-color: f2f7fa;
	height: 350px;
	width: 110px;
}
