		/*this is the css for the vertical version*/
		.vertical ul{

	list-style-type: none;
	padding: 0px;
	border-top: 0px solid;
	width: 122px;
	font: Arial Narrow;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
		}
		.vertical li a{
	display: block;
	width: 122px;
	text-decoration: none;
	font: Arial Narrow;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	height: 1em;
	padding: .5em 5px;

		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
	position: absolute;
	margin-top: -1.3em;
	margin-left: 100px;
	left: 293px;
	top: 105px;
	font: Arial;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	height: 120px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 125px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
			
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*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;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.greywhite li a{
	background-color: #ffffff;
	color: #999999;
	border-color: #999999;
	font: Arial Narrow;
	font-size: 11px;
	font-weight: bold;
		}
		.greywhite li a:hover{
	background-color: ;
	color: white;
	font: Arial Narrow;
	font-size: 11px;
	font-weight: bold;
		}
		.greywhite ul{
			border-color: #ffffff;
		}
			
	
		A.summer {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial narrow;
font-size:10px;
font-weight: bold;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.summer:hover {

background-color:#ffcc33;
}

A.spring {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial narrow;
font-size:10px;
font-weight: bold;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.spring:hover {

background-color:#66cc33;
}

A.autumn {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial narrow;
font-size:10px;
font-weight: bold;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.autumn:hover {

background-color:#ff6633;
}

A.winter {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial narrow;
font-size:10px;
font-weight: bold;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.winter:hover {
background-color:#6699cc;
}

A.greymenu {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial narrow;
font-size:10px;
font-weight: bold;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.greymenu:hover {
background-color:#999999;
}

A.lightgreymenu {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:arial narrow;
font-size:10px;
font-weight: bold;
color: #000000;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.lightgreymenu:hover {
background-color:#cccccc;
}

A.green: {
	color: #999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.green:link {
	color: #66cc33;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.green:hover {
	color: #cccccc;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.orange: {
	color: #999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.orange:link {
	color: #ff6633;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.orange:hover {
	color: #cccccc;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.yellow: {
	color: #999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.yellow:link {
	color: #ffcc33;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.yellow:hover {
	color: #cccccc;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.action  {
	float: left;
	padding-right: 20px;
}

.actiontxt  {
	margin-left: 135px;
}
A.white: {
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.white:link {
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.white:hover {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.white:active {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.white:visited {
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.style8 {
color: #FFFFFF; 
font-weight: bold; 
font-family: "Arial Narrow"; 
font-size: 16px; }

  #circle {
    width: 373px; height: 379px;
    background: url(images/circlenav.jpg);
    margin: 0px auto; padding: 0;
    position: relative;}
  #circle li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #circle li, #circle a {
    height: 200px; display: block;}
	
  #autumn {left: 0; width: 95px;}
  #winter {left: 96px; width: 75px;}
  #spring {left: 172px; width: 110px;}
  #summer {left: 283px; width: 117px;}
  
   #autumn a:hover {
    background: transparent url(circleautumn.gif)
    0 -200px no-repeat;}
  #winter a:hover {
    background: transparent url(circlewinter.gif)
    -96px -200px no-repeat;}
  #spring a:hover {
    background: transparent url(circlespring.gif)
    -172px -200px no-repeat;}
  #summer a:hover {
    background: transparent url(circlesummer.gif)
    -283px -200px no-repeat;}
	
	A.white: {
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.link {
	color: #555555;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.hover {
	color: #222222;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

A.visited {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

