/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	white-space:			nowrap;
	clear:					both;

	
}

#nav-global a
{
	display:				block;
	line-height:			13px;
	font-size:				11px;
	padding:				5px 20px 5px 5px;
	margin:					0px;
	color:					#1280b3;
}

#nav-global a:hover
{
	background-color:		#1280b3;
	color:					white;
	font-weight:			bold;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	width:					100px;
	margin:					0px;
	padding:				0px;
}

#nav-main ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				block;
}

#nav-main li
{
	margin:					0px;
	padding:				0px;
	display:				block;
	list-style-type:		none;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
a.topnav-active,
a.topnav-active:hover
{
	font-weight:			bold;
	color:					#b86c11!important;

}

a.topnav-active:hover
{
	color:					white!important;
}


#nav-main a
{
	width:					75px;
	display:				block;
	float:					left;
	padding:				5px 20px 5px 5px;
	margin:					0px 0px;
	line-height:			13px;
	font-size:				11px;
	text-decoration:		none;
	b/order:				1px solid red;
	color:					#1280b3;
}

#nav-main a:hover,
#nav-main a.active:hover
{
	background-color:		#1280b3;
	color:					white;
}

#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					#b86c11;
	background-color:		#f7efe5;

}

#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	font-weight:			bold;
}

.sub a,
.sub a.active,
.sub a.active:hover,
.sub a.highlight
{
	color:					#b86c11!important;
}

.sub2 a,
.sub2 a.active,
.sub2 a.active:hover,
.sub2 a.highlight
{
	padding:				5px 10px 5px 15px!important;
}


.sub a:hover
{
	color:					white!important;
}

.sub a.subactive,
.sub a.subactive:hover,
.sub a.highlight
{
	background-color:		#f7efe5;
}

a.highlight-active,
a.highlight-active:hover
{
	color:					red;
	background-color:		#1280b3;
	color:					white!important;
	font-weight:			bold;
	border-right:			1px solid #89c0d9;
}