/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	top:					42px;
	right:					32px;

	width:					auto;
	white-space:			nowrap;
}

#nav-global a
{
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	position:				absolute;
	top:					129px;
	right:					44px;

	height:					20px;
	white-space:			nowrap;

}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	
	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;

	width:					105px;

	background-color:		#A7A9AC;
	text-align:				center;

	white-space:			nowrap;
	
	line-height:			20px;
	font-family:			arial,sans-serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;

	text-transform:			uppercase;
	margin-left:			5px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		#F7901E;
	color:					white;
}

