		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 300px;/*204px*/
			margin: 0;
			position: relative;
		}
		.vertical li a{
			display: block;
			width: 300px;/*200px*/
			text-decoration: none;
			height: 2.5em;/*1em*/
			padding: 1em 3px;/*.1em 1px;*/
			border: 1px solid #66cccc;
			border-top: 3px;/*x*/
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid  #66cccc;
			margin-bottom: -1px; 
			margin-top: 3px; /*Andrew*/
		} 
		.vertical li:first-child>a{
			border-top: 1px solid  #66cccc;
		}
		.vertical a.first{
			border-top: 1px solid  #66cccc;
		}
		.vertical li ul
			position: absolute;
			top: -1px;
			left: 203px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.horizontal ul li{
			float: left;
			position: relative;
		}
		.horizontal ul li a{
			display: block;
			width: 125px;
			text-decoration: none;
			height: 1.6em;/*1em*/
			padding: .1em 1px;
			overflow: hidden;
			border: 1px solid  #66cccc;
			border-left: none ;
			border-right: none ;
			border-top: none ;
			border-bottom: none ;
			
		}
		/*By Andrew Begin*/
		.theTable{
			width: 400px;
			text-decoration: none;
			height: 140px;/*1em*/
			padding: .1em 1px;
			border: 1px solid #999999; 
			position: relative;/**/ 
			margin-left:1px;
			margin-top:1px;
			background-image:url(../../images/grey_bg.jpg); background-repeat:repeat;
			/* background-color:#CCCCCC;*/
		}
		.theTable a{ 
		color: #999999; 
		display: compact;
		}
		.theTable a:hover {
		color: #FF0000;/* #0000FF;*/
		}
		.theLinks {
			color: #000000;/* #FFFFFF*/
		}
		.theLinks:hover {
			color: #FF0000;
		}
		/*.theImg {
		width:400phx; height:400px}
		
		By Andrew End*/
		
		
		.horizontal li li{
			float: none;
			border-bottom: 1px solid  #66cccc;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.3em;
			left: -1px;
			margin-top: -1px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			border: 1px solid  #66cccc;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 1px solid  #66cccc;
		}
		.horizontal ul li a.first{
			border-left: 1px solid  #66cccc;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid  #66cccc;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid  #66cccc;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*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*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #78B6DB;/*white*/
			color: white;/*black*/
			border-color:  #66cccc;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: #78B6DB;/*black*/
			color: black;/*white*/
			border-color:  #66cccc;
		}
		.blackwhite li:first-child>a:hover{
			background-color: #78B6DB;/*black*/
			color: black;/*white*/
			border-color:  #66cccc;
		}
		.blackwhite ul{
			border-color:  #66cccc;
		}
		.bluewhite li a{
			background-color: #78B6DB;/*white*/
			color: white; /*#000033*/
			border-color:  #66cccc;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #78B6DB;/*#000033*/
			color: black;/*white*/
			border-color:  #66cccc;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #78B6DB/*#000033;*/
			color: black;/*white*/
			border-color:  #66cccc;
		}
		.bluewhite ul{
			border-color:  #66cccc;
		}