/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	height:					33px;
	white-space:			nowrap;
	width:					auto;
	margin:					2px;

	background-image:		url( /site/images/bg_mainnav.gif );
	background-position:	top right;
	background-repeat:		no-repeat;
}

#nav-main ul
{
	display:				block;
	float:					left;

	margin:					0px;
	padding:				0px;

	list-style-type:		none;
	height:					33px;

}

#nav-main li
{
	margin:					0px;
	padding:				0px;
	display:				inline;
	float:					left;
	overflow:				hidden;
	border-right:			1px solid white;
	height:					33px;
}

#nav-global
{
	position:				absolute;
	top:					30px;
	right:					8px;

	width:					243px;
}

#nav-global a
{
	float:					left;
	margin:					0px;
}
