﻿/* Default Menu Structure Styles */

#nav
{
	width: auto;
	height: 27px;
	display: block;	
	border: none;

	margin-left: auto;
	margin-right: auto;
	text-align:center;

	padding: 0px;		
	
	font-size: 0pt;
	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);		
}

#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;
	
	background-color:Transparent;
	
	display: inline;
	
	padding: 0px;	
			
	position: relative;	
	
	margin-left: 30px;
	margin-right: 30px;
	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);		
}


#nav .homepage_default_margins
{
	margin-left: 14px !important;
	margin-right: 14px !important;
}

#nav .homepage_small_margins
{
	margin-left: 6px !important;
	margin-right: 6px !important;
}

#nav .items
{
	list-style-type: none;
	position: absolute;
	
	width: 125px;
		
	display: none;
	
	opacity:.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);	
	
	background-color: #999b36;
		
	border: #cccccc 1px solid;	
	border-top: none;

	margin: 0px;
	padding: 0px;
}


#nav .wide
{
	width: 160px !important;
}

#nav  .item
{
	padding: 2px 6px 1px 6px;		
	
	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 .items .item a
{
	width: 100% !important;	
	display: block;
	text-align:left;	
}

/* Default Menu Element Styles */

#nav a
{
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 9pt; 
	color: #FFFFFF; 
	line-height: 12pt;
	
	text-decoration: none;	
}

#nav img.offstate
{
	display: inline;
}

#nav img.onstate
{
	display: none;
}

/* Hover Events */

#nav .group:hover .onstate
,#nav .group.hover .onstate
{
	display: inline;
}

#nav .group:hover .offstate
,#nav .group.hover .offstate
{
	display: none;
}


#nav .group:hover .items
,#nav .group.hover .items 
{
	display: block;
	top: 100%;
	_top: 102%; /* ie6 hack to adjust location of rollover menu*/
	left: 0px;
	_left: 10px;
}

#nav .group.end_group .items
,#nav .group.end_group .items
{
	left: -1%;	
}

#nav .item:hover 
, #nav .item.hover 
{	
	background-color: #adaf5e;		
}


#nav .items .item:hover  a
, #nav .items .item.hover a
{
	/*width: 100%;*/
	color: #ffffff;
}
