/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	padding:				0px 0px 0px 7px;
	text-align:				left;
	white-space:			nowrap;
}

#nav-global a
{
	font-weight:			normal!important;
	border-right:			0px!important;
	padding:				0px 7px!important;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					36px;
	white-space:			nowrap;

	background-color:		#635846;
	background-image:		url( /images/bg_nav.gif );
	background-repeat:		repeat-x;

	padding:				1px 0px;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px 7px 0px 0px;
	padding:				0px;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	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;

	padding:				0px 13px;
	white-space:			nowrap;
	
	line-height:			36px;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	text-decoration:		none;
	color:					white;
	border-right:			1px solid white;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		#4D473F;
	color:					white;
}

