/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	b/ackground-color:		rgb(129,167,107);
	b/ackground:url(/images/left-bg.gif) repeat-y;
	b/ackground-position:0px 400px;

}

td#left h3,
td#left h3 a
{
	color:				white!important;
}

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

	/*border-bottom:			1px solid white;*/
	list-style-type:		none;
	width:					185px;
	background-color:		rgb(16,129,173);
	
	overflow:				hidden;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	background-color:		rgb(44 ,147 ,156)!important;
	border-bottom:			0px;
	margin-left:-15px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a,
p#nav-section-top
{
	display:				block;
	/*border-top:				1px solid white;*/
	padding:				6px 10px 6px 18px;
	line-height:			13px;
	font-family:			verdana;
	font-size:				10px;
	text-decoration:		none;
	/*color:					rgb(59,121,166);*/
	color:					rgb(255,255,255);
}
p#nav-section-no-info{
	height:113px;
}
p#nav-section-top,p#nav-section-no-info{
	background-color:rgb(16,129,173);
	font-size:14px;
	padding-left:18px;
	margin:0;
	
}
/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
h3#nav-section-top a
{
	border-top:				0px;
	font-weight:			bold;
	text-transform:			uppercase;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/

ul#nav-section a:hover,
p#nav-section-top a:hover
{
	background-color:		rgb(255,141,2) !important;
	color:					rgb(255,255,255);
	
}

li.li_active
{
	background-color:		rgb(63,170,179) !important;
	color:					rgb(255,255,255);
	margin-left:-15px;
	padding-left:15px;
	
}

ul#nav-section a.active,
p#nav-section-top a.active,
li.active
{
	background-color:		rgb(63,170,179) !important;
	color:					rgb(255,255,255);
	
}
ul#nav-section a.active:hover
{
	background-color:		rgb(255,141,2) !important;
	color:					rgb(255,255,255);
	
	
}

#left h3{
	background-color:#1081AD;
	padding-left:33px;
	padding-top:5px;
	
	
	
}



