/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	
}

#nav-global a
{

}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//---------------------------------------------------------------------------------------------------------
//	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a,
#nav-main a.active
{
	display:				block;
	height:					37px;
	white-space:			nowrap;
}

#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
}


