/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	position:				absolute;
	top:					39px;
	left:					150px;
	z-index:				5;
}

#nav-global a
{
c	margin-right:			10px;
}

#globalsearch
{
	position:				absolute;
	top:					39px;
	left:					420px;
	z-index:				5;
}

#globalsearch-advanced
{
	position:				absolute;
	top:					21px;
	left:					420px;
	z-index:				5;
}

#globalsearch-locate
{
	position:				absolute;
	top:					22px;
	left:					680px;
	z-index:				1;
}

table#globalaccount
{
	position:				absolute;
	top:					0px;
	left:					0px;
	width:					100%;
	z-index:				2;
	font-size:				10px;
	line-height:			21px;
	height:					21px;
c	background-color:		#e56b1f;

	background-image:		url(/images/bg-global-account-main.gif);
	background-repeat:		repeat-x;
	color:					white;
}

table#globalaccount a,
table#globalaccount a:hover
{
	color:					white;
}


/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					900px;
	height:					30px;
	white-space:			nowrap;
	margin-top:				76px;
}

#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;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
}


