/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MAIN NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	
	position:				absolute;
	top:					26px;
	left:					510px;
	white-space:			nowrap;
}

#nav-global a
{
	margin-right:			0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
	padding-left:			161px;
	border-top:				1px solid rgb(221,221,204);
	background-color:		rgb(204,17,17);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*-------------------------------------------------------------------------------------------------------*/
#nav-main a,
#nav-main a.active
{
	display:				block;
	height:					23px;
	background-color:		rgb(204,17,17);
	padding:				0px;
	line-height:			23px;
	white-space:			nowrap;
	
	font-family:			verdana;
	font-variant:			small-caps;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}

#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color:		rgb(153,51,51);
	color:					white;
}

