/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	background-color:		white;
	white-space:			nowrap;
	height:					45px;
	margin-bottom:			-1px;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	list-style-type:		none;
	height:					45px;
	padding-bottom:			0px;
	margin-bottom:			-1px;
}

#nav-main li
{
	display:				inline;
	float:					left;
	height:					45px;
	margin-top:				0px;
	margin-bottom:			0px;
	padding-bottom:			0px;
	margin-bottom:			-1px;
}

/*---------------------------------------------------------------------------------------------------------
//	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;
	height:					45px;
	border-bottom:			none;
	padding-bottom:			0px;
}

#nav-main a:hover
{
	border-bottom:			1px solid #cbd7d2;
}
#nav-main a.active,
#nav-main a.active:hover
{
	border-bottom:			1px solid #e5e5e5;

}