/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	top:					0px;
	right:					36px;

	white-space:			nowrap;
	text-align:				center;
}


#nav-global-1
{
	background-image:		url( /site/images/bg_global_top1.png );
	background-position:	top center;
	background-repeat:		no-repeat;

	width:					295px;
	height:					26px;

	line-height:			26px;
	font-family:			tahoma,verdana,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	color:					white;
}

#nav-global-1 a
{
	margin:					0px 3px;
	color:					white;

}

#nav-global-2
{
	line-height:			26px;
	font-family:			tahoma,verdana,arial,sans serif;
	font-size:				11px;
	color:					black;

	color:					#58595b;
}

#nav-global-2 a
{
	margin:					0px 0px 0px 1px;
	color:					#58595b;
}


/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	position:				relative;

	display:				block;
	clear:					both;

	width:					auto;
	height:					40px;
	white-space:			nowrap;

	border:					9px solid white;
	background-color:		#e58e1a;
	background-image:		url( /site/images/bg_mainnav.png );
	background-repeat:		no-repeat;
}

#nav-main ul
{
	position:				absolute;
	top:					0px;
	left:					0px;

	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	height:					40px;
	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 10px;
	white-space:			nowrap;
	
	line-height:			40px;
	font-family:			Tahoma,arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	text-decoration:		none;
	color:					white;

	background-image:		url( /site/images/bg_navitem.png );
	background-position:	left center;
	background-repeat:		no-repeat;
}

#nav-main li:first-child a
{
	background-image:		none;
}

#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					black;
}


