	
		.menu_table{
			background:url(bar.jpg);
			border-left:1px solid #222222;
			border-right:1px solid #222222;
			border-bottom:0px solid #C0C0C0;
			height:28px;
			z-index:100000000;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
				z-index: 100000000;
		}
		.horizontal ul li{
			float: left;
			position: relative;
			z-index: 100000000;
			width:100px;
		}
		.horizontal ul li a{
			display: block;
			text-decoration: none;
				z-index: 100000000;
			padding: 5px 5px 5px 5px;
			overflow: hidden;
			border: 0px solid black;
		    border-top: 0px solid black;
		    border-bottom: 0px solid black;
			border-left: none;
			width:100px;
		}
		.horizontal li li{
			float: none;
				z-index: 100000000;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: black;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 28px;
			left: -1px;
				z-index: 100000000;
			margin-top: -1px;
			display:none;
			/* Tay */
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 120px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -120px;
		}
		.horizontal ul li li a{
			border: 1px solid black;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 1px solid none;
		}
		.horizontal ul li a.first{
			border-left: 0px solid none;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid black;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid black;
		}
		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: none;
			color: white;
			
			border-color: none;
			text-align:center;
			z-index:100000000;
		}
		
		.blackwhite li li a{
		 /*edit here for sub menu*/
			background-color: #333333;
			color: white;
			width: 200px;
			border-color: none;
			text-align:left;
			z-index: 100000000;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: #eeeeee;
			color: black;
			
			border-color: none;
			z-index:100000000;
		}
		.blackwhite li li a:hover,.blackwhite li li a.first:hover,.blackwhite .trail a.hover{
			background-color: #C8C8C8;
			color: black;
			
			border-color: black;
			z-index:100000000;
		}
		.blackwhite li:first-child>a:hover{
			background-color: #C8C8C8;
			color: black;
			
			border-color: none;
			z-index:100000000;
		}
		.blackwhite ul{
			border-color: none;
			z-index:100000000;
		}
	