/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;
	font-size:				13px;
	color:					#c1d72e;
	padding-right:			36px;
	padding-top:			1px;
	font-weight:			bold;
}

#nav-global a
{
	color:					white;

}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	visibility:				hidden;
	mdisplay:				block;
	clear:					both;

	height:					30px;
	white-space:			nowrap;

	position:				absolute;
	bottom:0px;;
	margin-left:			140px;
}

#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;

	padding:				0px 8px;
	white-space:			nowrap;
	
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					black;
	border-right:			1px solid white;
	visibility:hidden;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					white;
}

