/* */
#nav
{		
	width: auto;
	height: 31px;
	display: block;	
	
	/* background-image: url(../images/home_navbacker.jpg); */
	
	background-image: url(../images/nav_backer_red.gif);
	border: none;

	margin-left: auto;
	margin-right: auto;
	text-align:center;

	padding: 0px;		
	
	font-size: 0pt;
	
}

#nav a:link
{		
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF; 
				
	text-decoration: none;	
}

#nav a:visited
{		
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF; 
				
	text-decoration: none;	
}


/* */
#nav .groups
{	
	height: inherit;
	width: auto;
	
	display: inline;	
	border: none;
	margin-left: auto;
	margin-right: auto;
		
	list-style-type: none;

	border: none;
	padding: 0px;	
}

/* */
#nav .groups .group
{	
	height: inherit;
	width: auto;
	
	display: inline;
	
	padding: 0px;	
	margin: 0px;
			
	position: relative;	
	
 
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);
}

/* */
#nav .group .onstate
{
	display: none;
}

/* */
#nav .group .offstate
{	
	display: inline;
}

/* */
#nav .items
{
	display: none;
	list-style-type: none;
		
	background-color: #661414;
		
	border-left: #661414 1px solid;	
	border-right: #661414 1px solid;	
	border-bottom: #661414 1px solid;	
	margin: 0px;
	padding: 0px;	
	
	
	opacity:.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);	
	

	position: absolute;
}

/* */
#nav .items .item
{
	width: 125px;	
		
	border: none;
	margin: 0px;				
	padding: 2px 6px 1px 6px;			
	
	float:left;
	text-align:left;
	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);		
	
}

/* */
#nav .items .item a
{		
	float: left;
	display: block;
	width:100%;
	_width: 100%; /* ie6 hack to adjust the width of the anchor tag. */
	padding: 0px;
	margin: 0px;

}

/* ******************************************************** */
/* Hover State Styles */

#nav .group:hover .onstate
,#nav li.hover .onstate
{
	display: inline;
}

#nav .group:hover .offstate
,#nav li.hover .offstate
{
	display: none;
}

#nav .group:hover .items
,#nav li.hover .items 
{
	display: block;
	top: 100%;
	_top: 102%; /* ie6 hack to adjust location of rollover menu*/
	left: 0%;
	
	/*
	opacity:.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);	
	*/

	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);
}

#nav .items .item:hover 
, #nav .items .item.hover
{	
	background-color: #661414;		
	
	opacity:.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);	

}

#nav .items .item:hover a
, #nav .items .item.hover a
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #e8ba19; 
	
	
				
	text-decoration: none;	

}

/* **************************** */






















