		/*this is the css for the Vertical version*/
		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			border-color:#9D9D9D;
			width: 125px;
			
			/*display: block;*/
			height: 20px;
			margin-left:0;
		}
		.vertical li{
			float: left;
			display: inline;
		}
		
		.vertical li a{
			display: block;
			width: 125px;
			text-decoration: none;
			height: 20px;			
			border-top: 0px;
		}

		.vertical li ul{
			position: absolute;
			margin-top: -22px;
			margin-left: 126px;
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			border-color:#9D9D9D;
			width: 150px;			
			/*display: block;*/
			height: 20px;
		}
		
		.vertical li ul li a{
			width: 150px;
		}
		
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			height: 20px;
			margin-left:0;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 20px;
			float: left;
			display: block;
			width: 150px;
			/*padding: .2em 2px;
			border: 1px solid;
			border-color:#9D9D9D;
			border-left: none;*/
		}
		.horizontal li li a{
			/*border-top: none;
			border-left: 1px solid;
			border-color:#9D9D9D;*/
		}
		.horizontal ul li ul{
	position: absolute;
	margin-top: 25px;
	margin-left: -160px;
		}
		.horizontal li ul{
			position: absolute; 
			/*margin-top: 1.3em;
			margin-left: -1px;*/
			width: 150px;
			/*border: none;*/
			display: block;
			height: auto;
			/*border-top: 1px solid;
			border-color:#9D9D9D;*/
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 0px;
			margin-left: 150px;
		}
		.horizontal li ul li a{
		width: 150px;
		}
		/*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*/
		.blackwhite li a{
			background-color: white;
			color: #666666;
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			/*border-color: black;*/
		}
		.blackwhite li a:hover{
			background-color: #C0C0C0;
			color: white;
			/*border-color: black;*/
		}
		.blackwhite ul{
			/*border-color: black;*/
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		
		.RightLeftTopBottomDottedLine {
			border-right-style: solid;
			border-right-color: #9D9D9D;
			border-right-width: 1px;
			border-left-style: solid;
			border-left-color: #9D9D9D;
			border-left-width: 1px;			
			border-top-style: solid;
			border-top-color: #9D9D9D;
			border-top-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #9D9D9D;
			border-bottom-width: 1px;
		}
		
		.RightLeftBottomDottedLine {
			border-right-style: solid;
			border-right-color: #9D9D9D;
			border-right-width: 1px;
			border-left-style: solid;
			border-left-color: #9D9D9D;
			border-left-width: 1px;			
			border-bottom-style: solid;
			border-bottom-color: #9D9D9D;
			border-bottom-width: 1px;
		}
		
		.ArrowBg{
			background-image:url(tri.gif);
			background-repeat:no-repeat;
			background-position:140px;
		}
		

