/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:				absolute;
	right:					0px;
	bottom:					0px;

	white-space:			nowrap;

	background-color:		#dddddd;
	background-image:		url( /site/images/bg_nav_global.png );
	background-position:	bottom left;
	background-repeat:		no-repeat;

	padding:				0px 9px 0px 43px;
	height:					35px;
}

#nav-global a
{
	display:				block;
	float:					left;
	padding:				8px 0px;
}


/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;
	overflow:				hidden;
	width:					100%;

	border-top:				1px solid white;
	border-bottom:			1px solid white;

	background-color:		#0b305f;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				block;
	float:					left;
}

/*---------------------------------------------------------------------------------------------------------
//	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;

	background-color:		#0b305f;
	padding:				8px 0px 0px;
	
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.j-active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-image:		url( /conrescorp/images/bg_nav_active.png );
	background-position:	top center;
	background-repeat:		no-repeat;
}


