/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	width:						722px;
	
	display:					block;
	clear:						both;
	
	height:						12px;
	white-space:				nowrap;
	overflow:					hidden;
	margin:						0px;
	padding:					12px 48px 0px 10px;

	border-top:					1px solid rgb(238,238,238);
	border-bottom:				11px solid #082F59;

	background-color:			#082F59;
	overflow:					hidden;
}

#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
{
	border-right:			1px solid #C0B83E;
	background-repeat:		no-repeat;
	display:				block;
	float:					left;
	white-space:			nowrap;
	background-image:		none;
}

#nav-main a:hover,
#nav-main a.active
{
	background-position:		0px 0px;
	padding-top:				12px;
	height:						0px!important;
}


/*---------------------------------------------------------------------------------------------------------
//	right
//-------------------------------------------------------------------------------------------------------*/

		div#hacgroup{float:right;}

		a#b-home{background-image:url(/site/images/gn_home1.gif);}
		a#b-about{background-image:url(/site/images/gn_about1.gif);}
		a#b-contact{background-image:url(/site/images/gn_contact1.gif);border-right-width:0px;}

		a#b-tents {border-right-width:0px}
