/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
}

#nav-global a
{
	margin:			0px 5px;
}

nav-global .divider
{

}
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	float:					right;
	display:				block;

	width:					auto;
	height:					79px;
	white-space:			nowrap;
	/*margin-right:			2px;*/
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					auto;
	
	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;
	
	line-height:			30px;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					black;
	border-right:			1px solid white;
	height:					70px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		rgb(59,121,166);
	color:					white;
}

*/