/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	background-color:		rgb(255,255,255);
}

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

	border-bottom:			1px solid white;
	list-style-type:		none;
	width:					160px;

	border:					1px solid rgb(171,200,48);
	border-left-width: 		0px;
	background-color:		rgb(213,227,151);
	
	overflow:				hidden;

	-moz-border-radius-topright: 	4px;
	-moz-border-radius-bottomright: 	4px;
	-webkit-border-radius-topright: 	4px; 
	-webkit-border-radius-bottomright: 	4px; 
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	border-bottom:			0px;
	padding-left:			5px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	display:				block;
	border-top:				1px solid white;
	padding:				6px 10px 6px 28px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					rgb(127,136,86);
}

ul#nav-section li.li1 a,
p#nav-section-top li.li1 a
{
	border-top-width: 		0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
	border-top:				0px;
	font-weight:			bold;
	font-size: 				.8em;
}

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

/*-------------------------------------------------------------------------------------------------------
//	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:					rgb(0,0,0);
}

ul#nav-section a.active,
p#nav-section-top a.active,
li.active
{
	background-image: 		url(/images/purple_arrow.gif);
	background-repeat: 		no-repeat;
	background-position: 	20px center;
}
