/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	height:					24px;
	white-space:			nowrap;
	overflow:				hidden;
	width:					100%;
}

#nav-main ul
{
	display:				block;
	float:					left;

	margin:					0px;
	padding:				0px;

	list-style-type:		none;
}

#nav-main li
{
	margin:					0px;
	padding:				0px;
	display:				inline;
	float:					left;
	overflow:				hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	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;
}*/
/*
#nav-main a:hover,
#nav-main a.active
{*/
	/*	Padding is the height of the nav graphic	*/
/*	padding-top:				29px;
	height:						0px!important;

}
*/
