/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	left: 					366px;
	top:					9px;
	text-align:				left;
	white-space:			nowrap;

	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

#nav-global a
{
	margin: 0px;
}

/*---------------------------------------------------------------------------------------------------------
//	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		----------------------------*/
	position: 	absolute;
	left:		243px;
	top:		116px;
	width: 		558px;
	height:		44px;
}

/*---------------------------------------------------------------------------------------------------------
//	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;
	padding:				0px;
	margin:					0px;
	white-space:			nowrap;
	
	font-family:			times new roman,serif;
	font-size:				13px;
	text-decoration:		none;
	color:					white;
}
