/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	padding-right:			10px;
	padding-bottom:			10px;
}

#nav-global a
{
	margin-right:			10px;
}


/*---------------------------------------------------------------------------------------------------------
//	Extlinks
//-------------------------------------------------------------------------------------------------------*/

#extlinks select
{
	position: 				absolute;
	top: 					8px;
	right: 					8px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{

	display:				block;
	clear:					both;
	
	position: 				absolute;
	bottom: 				0px;
	left: 					100px;

	height:					30px;
	white-space:			nowrap;

	background-color:		#000;

	margin:					0px;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
/*	width:					100%;*/
	
	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;

	background-color:		#000;
	padding:				0px 10px;
	white-space:			nowrap;
	
	line-height:			30px;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	font-weight: 			bold;
	
	text-decoration:		none;
	color:					#CCC;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		#ee8126;
	color:					#000;
}
