/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

	font-family:			helvetica,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	padding-right:			10px;
	padding-bottom:			10px;
}

#nav-global a
{
	margin-right:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
}

#nav-main ul
{
	display:				block;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;
	background-color:		black;

}

#nav-main li
{
	display:				block;
	clear:					both;
	padding:				0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a
{
	display:				block;
	line-height:			12px;
	height:					12px;
	padding:				0px 8px;
	white-space:			nowrap;
	font-family:			helvetica,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
	text-align:				center;
	margin:					0px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					#e98e3d;
}

