/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	text-align:				left;
	white-space:			nowrap;
	font-size:				9px;
	color:					black;
}

#nav-global a
{
	font-size:				8pt;
}

.divider
{
	color: 					white;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					25px;
	white-space:			nowrap;
	background-image:		url( /images/main_nav_bg.gif );
	border-top:				1px solid darkgray;
	border-bottom:			1px solid darkgray;

}


#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0 0 0 30px;
	padding:				0px;
	width:					660px;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
	/*padding-top:			5px;*/
	height:25px;
	line-height:25px;

}

/*---------------------------------------------------------------------------------------------------------
//	global search
//-------------------------------------------------------------------------------------------------------*/
form#search
{
	clear:					right;
	margin-top:				2px;
	font-family:			arial,sans-serif;
	font-weight:			normal;
	font-size:				11px;
}
form#search input#findtext
{
	width:					120px;
	color:					#999999;
	padding-left:			3px;
	font-size:				11px;
}
form#search input#searchbutton
{
	margin:					0px 3px;
	padding:				0px;
	background:				transparent;
	border:					0px;

	font-size:				11px;
	color:					#98002E;

	cursor:					pointer;
}

/*---------------------------------------------------------------------------------------------------------
//	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;

	padding:				0px 8px;
	white-space:			nowrap;
	
	font-size:				11px;
	text-decoration:		none;
	color:					#98002e;
	border-left:			1px solid #98a0a6;
}

a#b-skyspheresaas
{
	border-left:			0px;
}

#nav-main a:hover,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		rgb(59,121,166);
	color:					white;
}

#nav-main a.active
{
	background-color:		transparent;
	color:		#455560;
}

