/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	text-align:				right;
	white-space:			nowrap;

	font-size:				11px;
	color:					white;
	
	position: 				absolute;
	top: 					10px;
	right: 					10px;
}

#nav-global a
{
	color:					white;
	margin-right:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					18px;
	white-space:			nowrap;
	text-align:				center;

	background-color:		black;

	border:					1px solid #7a0000;
	border-width:			1px 0px;

}

#nav-main ul
{
	display:				block;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	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:				inline;

	padding:				1px 40px;
	white-space:			nowrap;

	text-transform:			uppercase;
	
	font-size:				11px;
	text-decoration:		none;

	color:					white;

	border:					1px solid black;
	border-width:			0px 1px;
}
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background: black url("/images/bg_navactive.gif") repeat-x;
}

#nav-main a:hover,
#nav-main a.active:hover
{
	border-color:			#7a0000;
}
