/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:	relative;
	top:		18px;
	right:		0px;
	float:					right;
	text-align:				left;
	text-transform:			lowercase;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				9px;
	color:					black;
	left: 665;


}

#nav-global a
{
	margin:					0px 5px;
	color:					black;
}

#nav-global a:hover,
#nav-global a.active
{
	color:					rgb(6,90,166);
}

/*---------------------------------------------------------------------------------------------------------
//	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;
	
	/*	Customizeable		----------------------------*/
	border-top:				1px solid rgb(197,187,187);
	border-bottom:			1px solid rgb(197,187,187);
}
