﻿body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}


.nav a {
	text-decoration: none;
	display: block;
	padding: 12px 10px 7px 25px;
	color: gray;
	background-image: url(../but1a.gif);
	background-repeat: no-repeat;
    background-position: 0 0;
	width: 130px;
	font-family: Arial ;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #60A5C8;
    margin: 0;
	z-index: 15;
	
  
}
.nav li li a {
    background-image: url(../butsub3.gif);
	background-repeat: no-repeat;
    background-position: 0 0;
	color: #363535;
	z-index: 15;
	width: 280px;
	
}

.nav li li li a {
	background-color: #F7E4AE;
	color: #02659E;
	z-index: 15;
	
}



.nav a:hover{
    background-image: url(../button_hover2.jpg);
	background-repeat: no-repeat;
    background-position: 0 0;
	color: #363535;
	font-size: 12px;
	z-index: 15;
	
	
}

.nav li li a:hover {
    background-image: url(../butsub2.gif);
	background-repeat: no-repeat;
    background-position: 0 0;
	color: #000000;
	z-index: 15;
	width: 280px;
}


.nav {
	margin: 0;
	padding: 0;
	line-height: 20px;
	z-index: 15;
}

.nav  li {

    display: block;
	
    float: right; 
	margin:0 !important;
	padding:0 !important;
	list-style: none; 
	float: left; 
    position: relative;
	z-index: 15;
}

.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 165px;
  top: 0;
  bottom: 0;
	display: none;
	z-index: 15;
}

 items in pop-up subnav */
.nav ul li {
	float: right; 
}


.nav ul ul {
	position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-top: px solid #FFF;
	border-right: px solid #FFF;
	z-index: 15;
}

.nav ul ul li {
	z-index: 100;
}



.nav .subsub {
	background-image: url(arrow_down2.gif);
  background-repeat: no-repeat;
  background-position: 190px 13px;
}





