/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position: absolute;
	top: 75px;
	left: 720px;
	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
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	margin-top: 9px;
	display:				block;
	clear:					both;

	width:					100%;
	height:					16px;
	white-space:			nowrap;
	font-size: 9px;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;

	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;

	padding:				0px 8px;
	white-space:			nowrap;
	
	line-height:			16px;
	font-weight:			bold;
	font-size:				9px;
	text-decoration:		none;
	color:					white;

}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	text-decoration:		none;
}


