/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

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

#nav-global a
{
	margin-right:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	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		----------------------------*/
	float: right;
	padding-right:			65px;
}

/*---------------------------------------------------------------------------------------------------------
//	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:					15px;
	white-space:			nowrap;
	
	font-family:			times new roman,serif;
	font-variant:			small-caps;
	font-weight:			bold;
	font-size:				13px;
	text-decoration:		none;
	color:					black;
}

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

