		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			height: 19px;
      margin:0;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 19px;
			float: left;
			display: block;
			width: 90px;
			padding: .1em 1px;
      margin-left:5px;
		}
		.horizontal li li a{
			border-top: none;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 200px;
			border: none;
			display: block;
			height: auto;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
      width: 140px;
      margin-left:6px;
		}
		.horizontal ul li ul{
      margin-top:22px;
		}
    
    
		/*this is the css for the vertical version*/
		.horizontal ul li ul li ul{
			list-style-type: none;
			padding: 0px;
      margin-left:168px;
      margin-top:0px;
		}
		.horizontal ul li ul li ul li a{
			display: block;
			width: 140px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border-top: 0px;
      padding-left:20px;
      margin:0;
		}
		.horizontal ul li ul li ul li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}

    
    
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}

    

.greengrey li a
{ 
  color:#313843;
  background:#a2bd7a;
  border:0;
  border:1px solid #bdc8a6;
  border-bottom:0;
  text-align:center;
}
.greengrey li a:hover
{
  background-color: #ddb983;
  color: #710909;
}
.greengrey li a.moverchild
{
  background-color: #ddb983;
  color: #710909;
}
.greengrey li a.moutchild
{
  background-color: #a2bd7a;
  color: #313843;
}

.greengrey ul li ul li a
{
  border:1px solid #bdc8a6;
  border-bottom:0;
  text-align:left;
  background:url(/images/gball.jpg) no-repeat #ddb983;
  padding-left:20px;
}

.greengrey ul li ul li a:hover
{
  border-bottom:0;
  background:url(/images/gballo.jpg) no-repeat #b9bd7e;
}

.greengrey ul li ul li a.last
{
  border-bottom:1px solid #bdc8a6;
}


.greengrey ul li ul li ul li a
{
  border:1px solid #bdc8a6;
  border-bottom:0;
  text-align:left;
  background:url(/images/gball.jpg) no-repeat #ddb983;
  padding-top:2px;
  padding-bottom:5px;
  padding-left:20px;
}

.greengrey ul li ul li ul li a:hover
{
  border-bottom:0;
  background:url(/images/gballo.jpg) no-repeat #b9bd7e;
}

.greengrey ul li ul li ul li a.last
{
  border-bottom:1px solid #bdc8a6;
}


  
