/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

	font-size:				11px;
	color:					black;
	height: 15px;
	padding: 5px 25px 5px 0;
}

#nav-global a
{
	margin-right:			10px;
	color: black;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	height:					27px;
	white-space:			nowrap;
	width: 					780px;
	text-align:				justify;
	overflow: hidden;
}

#nav-main ul
{
	display:				block;
	margin:					0px;
	padding:				0px;

}

#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 ul li a
{
	display:				block;
	float:					left;

	padding:				0px 13px;
	white-space:			nowrap;
	
	line-height:			27px;
	font-size:				14px;
	text-decoration:		none;
	color:					#FFF;

}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color: white;
	background-image: url('/images/mainnav_over.gif');
	background-repeat: repeat;
}

