/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

	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;

	width:					100%;
	height:					20px;
	white-space:			nowrap;

	margin: 				160px 0px 11px 0;
}

#nav-main ul
{
	display:				block;
	float:					right;
	margin:					0px;
	padding:				0px 18px 0 0;
	/* 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:				inline;
	float:					left;

	padding:				0px;
	white-space:			nowrap;
	
	line-height:			20px;
	font-family:			Verdana;
	font-size:				11px;
	text-decoration:		none;
	color:					#ed9205;
	
	margin: 				0 9px;
	border-bottom: 			2px #92301f solid;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					#ed9205;
	border-bottom: 			2px white solid;
	margin-bottom: 			0px;
}

