td#left
{
	background:				#3a71cf url('/images/bg-leftfade.jpg') bottom center no-repeat;
}

#nav-main
{
	background:				url('/images/bg-lefttop.gif') top center no-repeat;
	width:					175px;

	padding-top:			9px;
}

#nav-main ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	width:					150px;
}

#nav-main ul li
{
	margin:					0px;
	padding:				0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a,
#nav-main a.active
{
	display:				block;
	width:					auto;

	color:					white;
	font-size:				12px;

	padding:				3px 5px 4px 16px;
}

#nav-main a.active,
#nav-main a:hover,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background:				url('/images/navlink-hover.gif') 8px center no-repeat;
	color:					black;
}



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

	background-color:		#3160b0;

	width:					175px;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding:				0.8em 0em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid rgb(204,204,204);
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					rgb(153,51,51);
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	color:					white;
	font-size:				11px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	padding-left:			30px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
ul#nav-section a.active:hover
{
	color:					#ffcc00;
	font-size:				11px;
	background:				none;
}

