/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					left;
	text-align:				left;
	white-space:			nowrap;
	font-family:			Tahoma, Geneva, sans-serif;
	position:				absolute;
	left:					9px;
	top:					10px;
	height:					10px;
	line-height:			20px;
}

#nav-global-wrapper
{
	position:				absolute;
}

#nav-global a
{
	padding-right:			12px;
	padding-left:			12px;
	font-size:				10px;
	font-weight:			bold;;
	color:					#919698;
	text-decoration:		none;

}

#nav-global .divider
{
	font-weight:			bold;;
	color:					#919698;
	height:					10px;
	line-height:			10px;
	font-size:				10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	width:					704px;
	white-space:			nowrap;
	position:				absolute;
	top:					-22px;
	left:					170px;
	height:					10px;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#nav-main li
{
	position:				relative;
	display:				inline;
	float:					left;
}

#nav-main .divider
{
	border:					0px solid red;
	position:				relative;
	left:					0px;
	top:					-2px;
	font-weight:			bold;;
	color:					white;
	border-right:			2px solid #4585bd;
	width:					50px;
	height:					8px;
	line-height:			8px;
	font-size:				8px;
	margin-left:			-2px;
}