﻿/* Default Menu Structure Styles */

#nav
{
	display: block;
	padding-left: 121px;
	height: 100px;
	font: 1px Trebuchet MS, Arial;
	text-align: center;
	background: url(../images/new/nav_backer.jpg) no-repeat center top;
	margin: 0px auto;
	width: 991px;	
	}

#nav .groups
{
	list-style-type: none;	
	display: inline;
		
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 1112px;
}

#nav .groups .group
{
	display: inline;	
	float: left;	
	
	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 .groups .logo
{
	margin-top: 0px !important;
	margin-left: 23px;
	margin-right: 23px;
}

#nav .groups .inner
{
	height: 29px !important;
	margin-top: 51px;
	width: 157px;
}

#nav .groups .end
{
	height: 22px !important;
	margin-top: 57px;
	width: 157px;
}	

#nav .items
, #nav .sub_right_items 
{
	font: 11px Trebuchet MS, Arial;
	width: 157px;
	height: auto;
	list-style-type: none;
	position: absolute;
	float: left;
	background-image: url('../images/new/nav_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;

	display: none;
		
	margin: 0px;
	padding: 0px;
}

#nav  .item
, #nav .sub_right_item
{
	font: 11px Trebuchet MS, Arial;
	width: 100%;
	height: auto;
	float: left;	
	
	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 .row_spacer 
{
	
}

#nav .items .item a
{
	display: block;
	width: 147px;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.last
{
	padding-bottom: 20px !important;
}


#nav .items .item a:hover
{
	background-color: #7ac5eb;
}

/* Default Menu Element Styles */

.end .float_below 
{
	top: 195%;
	_top: 100%; /* ie6 hack to adjust location of rollover menu*/
	
	left: 0%;
}

.end .float_right 
{
	
	top: -13px;
	_top: 0%;  /*ie6 hack to adjust location of rollover menu*/
	
	left: 100%;
}

.inner .float_below 
{
	top: 165%;
	_top: 100%; /* ie6 hack to adjust location of rollover menu*/
	
	left: 0%;
}

.inner .float_right 
{
	
	top: 25%;
	_top: 25%;  /*ie6 hack to adjust location of rollover menu*/
	
	left: 100%;
}

#nav a
{	
}

#nav .group img.offstate
{
	display: inline;
}

#nav .group img.onstate
{
	display: none;
}

 #nav .group .items .item img.onstate
, #nav .group .items .item .sub_right_items .sub_right_item img.onstate
{
	display: none !important;
}

#nav .group .items .item img.offstate
, #nav .group .items .item .sub_right_items .sub_right_item img.offstate
{
	display: inline !important;
}

/* Float Menu Hover States */

#nav .group:hover .onstate
, #nav .group.hover .onstate
, #nav .group .items .item:hover img.onstate
, #nav .group .items .item.hover img.onstate
, #nav .group .items .item .sub_right_items .sub_right_item:hover img.onstate
, #nav .group .items .item .sub_right_items .sub_right_item.hover img.onstate
{	
	display: inline !important;
}

 #nav .group:hover .offstate
, #nav .group.hover .offstate
, #nav .group .items .item:hover img.offstate
, #nav .group .items .item.hover img.offstate
, #nav .group .items .item .sub_right_items .sub_right_item:hover img.offstate
, #nav .group .items .item .sub_right_items .sub_right_item.hover img.offstate
{	
	display: none !important;
}

/* 1st Float Menu Postion */

#nav .group:hover .items
, #nav .group.hover .items 
, #nav .groups .group .item:hover .sub_right_items
, #nav .groups .group .item.hover .sub_right_items 
{
	display: block;
}

