/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	float:					right;
	text-align:				left;
	white-space:			nowrap;

	padding-right:			12px;
}

#nav-global a
{
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	width:					100%;
	height:					35px;
	white-space:			nowrap;
	background:				url('/images/bgNav.gif');
	text-align:				center;
}

#nav-main ul
{
	display:				block;
	margin:					0px;
	padding:				0px;
	width:					100%;
	list-style-type:		none;
}

#nav-main li
{
	display:				inline;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a
{
	display:				inline;

	background:				url('/images/bgNav.gif');
	padding:				0px 16px;
	white-space:			nowrap;
	
	line-height:			35px;
	font-family:			verdana,arial,sans serif;
	font-size:				12px;
	text-decoration:		none;
	color:					white;
	font-weight:			bold;
	outline:				none;

}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		rgb(59,121,166);
	color:					white;
	text-decoration:		underline;
}

