		/*this is the css for the vertical version*/
		.vertical a{
		  font-size: 11px;
		  color: #993300;
		}

		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 184px;
			margin: 0;
		}
		.vertical li a{
			display: block;
			width: 184px;
      height: 24px;
          voice-family: "\"}\"";
          voice-family: inherit;
          //height: 32px;
			text-decoration: none;
			color: #4D4D4D;
			background:  url(../pics/vert_menu.gif);
			padding: .1em 1px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2.5em;
			margin-left: 183px;
			width: 184px;
		}

		.vertical li ul li a{
			width: 184px;
			opacity: 1.0;
      -moz-opacity: 1.0;
      filter: alpha(opacity=100);
		}

.vertical li a:link, .vertical li a:visited {
        color: #4D4D4D;
        display: block;
        background:  url(../pics/vert_menu.gif);
        padding: 8px 0 0 0;
        }

.vertical li a:hover, .vertical li #current, .vertical li #current1 {
        color: #FF9834;
        background:  url(../pics/vert_menu.gif) 0 -32px;
        padding: 8px 0 0 0;
        text-decoration: none;
        }




		/*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: 0 .5em 0 .5em;
			background: url(../pics/arrow_submenu.gif) .5em center no-repeat;
		}