/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	top:					75px;
	right:					0px;

	margin-right:			27px;

	text-align:				right;
	white-space:			nowrap;

	line-height:			20px;
	font-size:				12px;
	color:					white;
}
#nav-global img
{
	vertical-align:			middle;
}

#nav-global a
{
	margin:					0px 5px;
	color:					white;
}

form#search
{
	position:				absolute;
	top:					128px;
	left:					722px;

	width:					350px;
	height:					24px;

	background-image:		url( /site/images/bg_search.png );
	background-position:	top left;
	background-repeat:		no-repeat;
}

input#findtext
{
	position:				absolute;
	top:					4px;
	left:					4px;
	width:					195px;
	border:					0px;
	background:				transparent;
}
input#searchbutton
{
	position:				absolute;
	top:					0px;
	left:					215px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					27px;
	white-space:			nowrap;

	background-color:		#eff4f8;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
	overflow:				hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	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;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		rgb(59,121,166);
	color:					white;
}


