/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	top:					30px;
	left:					0px;
	z-index:				10;

	width:					10px;
}

#nav-global a
{
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					642px;
	height:					36px;
	white-space:			nowrap;
	overflow:				hidden;

margin-top:				97px;
	background-color:		#CC1515;
/*	position:				absolute;
	top:					117px;
	left:					0px;
	z-index:				10;*/

}

#nav-main ul
{
	display:				block;
	float:					left;

	margin:					0px;
	padding:				0px;
	overflow:				hidden;

	list-style-type:		none;

	width:					645px;
	height:					36px;
}

#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;
	white-space:			nowrap;
	background-image:		none;
}


