/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#global-navs
{
	position: absolute;
	top: 20px;
	right: 84px;
	width: 100%;
}

#nav-global
{
	color: #666;
	float: right;
	text-align:				left;
	white-space:			nowrap;

	font-size:				11px;
	color:					black;
	padding-right:			20px;
	padding-bottom:			10px;
}

#nav-global a
{
	color: #666;
	text-decoration: none;
}

#nav-global .divider
{
	color: #666;
	padding: 0 2px 0 4px;
}

/*---------------------------------------------------------------------------------------------------------
//	Language Navigation
//--------------------------------------------------------------------------------------------------------*/
ul.nav-language
{
	float: right;
	display:				block;
	margin:					0;
	padding:				0 10px 0 0;
	list-style-type:		none;
}

.nav-language li
{
	display:				inline;
	float:					left;
	margin-right: 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Search Form
//--------------------------------------------------------------------------------------------------------*/
#searchform
{
	margin:					-3px 0 0 0;
	float: right;
	vertical-align: top;
}

#site-search
{
	margin-top: 2px;
	vertical-align: top;
	width: 160px;
	height: 12px;
	padding: 2px;
	margin-right: 5px;
}

#submit-search {vertical-align: top;}


#advanced-search
{
	position: absolute;
	top: 45px;
	left: 692px;
	font-weight: bold;
	color: #818181;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:         block;
	white-space:     nowrap;
	overflow:        hidden;
	padding-left:	 102px;
	height:          36px;
}

#nav-main ul
{
	display:         block;
	float:           left;

	margin:          0px;
	padding:         0px;

	list-style-type: none;
}

#nav-main li
{
	margin:          0px;
	padding:         0px;
	display:         inline;
	float:           left;
	overflow:        hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	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;
	white-space:     nowrap;
}

