/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#nav-global
{
	margin: 0 auto;
	height: 40px;
}

#searchform
{
	display: block;
}

#search-input
{
	position: relative;
	top: -5px ;
	background-color: #5a8ab8;
	padding:0px;
	border: 1px solid #244479;
	color: white;
}

/*
#search-submit
{
	position: absolute;
	top: 20px;
	left: 340px;
}

#search-input
{
	position: absolute;
	top: 22px;
	left: 395px;
	width: 156px;
	background-color: #5a8ab8;
	padding:0px;
	border: 1px solid #244479;
}
*/
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	clear:           both;
	display:         block;
	height:          34px;
	left:            184px;
	overflow:        hidden;
	position:        absolute;
	top:             27px;
	white-space:     nowrap;
	z-index: 100;
}

#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;
}

