/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					30px;
	white-space:			nowrap;

	width: 960px;
	margin: 60px auto 0 auto;
	font-weight: 500;
}

#nav-main ul
{
	display:				block;
	float:					right;
	margin:					0px;
	padding:				0px;
	
	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 30px  0 0;
	white-space:			nowrap;
	
	line-height:			30px;
	font-family:			verdana,arial,sans-serif;
	font-size:				10px;
	font-weight: normal;
	text-decoration:		none;
	color:					#000; /* #4D4B4C */;
	text-transform: uppercase;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					#006088;
}

