/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	width: 950px;
	margin: 10px auto 0px;

	text-align:				right;
	white-space:			nowrap;

	font-size:				0.65em;
	color:					black;
	padding-right:			10px;
	padding-bottom:			10px;	
}

#nav-global a
{
	margin-left:			10px;
	color:					white;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	
	text-align: 			right;

	width:					100%;
	height:					34px;
	white-space:			nowrap;

	background-color:		white;
}

#nav-main ul
{
	display:				block;
	float:					right;
	margin:					0px 0px 0px auto;
	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 30px 0px 0px;
	white-space:			nowrap;
	
	line-height:			34px;

	font-size:				14px;
	text-decoration:		none;
	color:					#1d1b60;
	border-left:			1px solid white;
	
	text-transform: 		uppercase;
}

#nav-main a.active
{
	font-style: 			italic;
}

#nav-main a:hover,
#nav-main a.active:hover
{
	color:					#000000;
}

