/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				0.69em;
	color:					white;
	padding-right:			10px;
	padding-bottom:			10px;
	position:				absolute;
	right:					90px;
	top:					18px;
	font-weight:			bold;
}

#nav-global a
{
	margin-right:			0px;
	color:					white;
}

#header a
{

}

#header a:hover
{
	background:				none;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	width:					100%;
	white-space:			nowrap;
	height:					30px;
	overflow:				hidden;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	height:					30px;
	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:0px;
	padding:0px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background:		none;
}

