/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	width:					869px;

	margin:					10px auto 4px;

	text-align:				right;
	white-space:			nowrap;

	font-family:			verdana,arial,sans-serif;
	color:					#ADADB5;
}

#nav-global a
{
	font-size:				10px;
	color:					white;
}

img#grss
{
	margin-right:			57px;
	vertical-align:			-2px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				inline;

	float:					right;
	clear:					right;

	margin:					36px 0px 0px 0px;
	padding-right:			51px;
	height:					21px;
	white-space:			nowrap;
	background-color:		white;

	width:					534px;
}

#nav-main ul
{
	display:				block;
	width:					100%;
	margin:					0px;
	padding:				0px;
	height:					21px;
	line-height:			21px;
	white-space:			nowrap;
	
	list-style-type:		none;

	background-color:		white;
	background-image:		url( /site/images/bg_mainnav2.gif );
	background-position:	60px 0px;
	background-repeat:		no-repeat;
}

#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;
	margin-left:			1px;
	white-space:			nowrap;
	
	line-height:			21px;
	height:					21px;
	font-family:			arial,sans-serif;
	font-size:				14px;
	text-decoration:		none;
	color:					#231F20;
	background-color:		white;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					#D8851D;
}

