/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	top:					151px;
	left:					662px;
	z-index:				100;
	white-space:			nowrap;
}

#nav-global a
{
}

#global-contact
{
	position:				absolute;
	top:					7px;
	left:					762px;
	color:					rgb( 184, 203, 228 );
	font-weight:			bold;
}

#global-contact table td
{
	white-space:			nowrap;
}

#global-contact a
{
	color:					rgb( 184, 203, 228 );
}

#global-contact a:hover
{
	color:					white;
}

#global-contact .divider
{
	color:					rgb( 106, 147, 204 );
	font-size:				23px;
	font-weight:			normal;
	margin:					0px 9px;
}

#global-contact .number
{
	color:					white;
}

#global-contact td
{
	padding-top:			0px;
	vertical-align:			middle;
	line-height:			13px;
	font-size:				13px;
}
	

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-tabs
{
	position:				absolute;
	top:					133px;
	left:					0px;
	z-index:				98;
	background-repeat:		repeat-x;
	width:					100%;
	min-width:				1200px;
	width:					expression(document.body.clientWidth < 1202 ? "1200px" : "100%");
}

#nav-main
{
	position:				absolute;
	top:					133px;
	left:					0px;
	height:					68px;
	z-index:				99;
	width:					100%;
	min-width:				1200px;
	width:					expression(document.body.clientWidth < 1202 ? "1200px" : "100%");
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#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;
	margin-bottom:			-2px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
}

