/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/

/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	right:					168px;
	top:					-19px;
	text-align:				left;
	white-space:			nowrap;

	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	color:					black;
	padding-bottom:			10px;
	width:					231px;
}

#nav-global a
{
	padding-left:			20px;
	color:					#acadb2;
	text-decoration:		none;
}

#nav-global a:hover
{
	color:					#ffffff;
}


/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	position: absolute;
	top: 37px;
	left: 260px;

	white-space:			nowrap;
}


#nav-main ul
{
	display:				block;

	margin:					0px;
	padding:				0px;

	list-style-type:		none;
}

#nav-main li
{
	height:					40px;
	margin:					0px;
	padding:				0px;
	display:				inline;
	float:					left;
	overflow:				hidden;
	border-left:			1px solid #acadb2;
}
