/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					left;
	text-align:				left;
	white-space:			nowrap;
	margin-left:			21px;
	margin-top:				25px;
}

#nav-global a
{
	color:					black;
	font-size:				11px;
}

#nav-global .divider
{
	padding:				0px 3px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					37px;
	white-space:			nowrap;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
}

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

	padding:				0px 8px;
	white-space:			nowrap;
	
	line-height:			38px;
	color:					white;
	
	font-family:			Helvetica, ariel, sans-serif;
	font-size:				14px;
	font-weight:			bold;
	padding:				0px 19px 0px 13px;
	
	background-image:		url( /site/images/bg-navdivider.png );
	background-repeat:		no-repeat;
	background-position: 	top right;
}


#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
x	b/ackground-color:		rgb(59,121,166);
x	color:					white;
}


