		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 200px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;
		}
		.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: 201px;
		}
		
		/*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;
		}
			padding-left: .5em;
		}
		


/*colors for menu*/
		.blackwhite li a{
			background-color: #CCFF99;
			color: black;			
                        text-decoration: none;
                        font-family:arial;
                        font-size:12px;
                        display: block;
			width: 198px;
			text-align: left;
			border: solid 1px #FFFFCC;
border-bottom-width: 1px #FFFFFF;
border-top-width: 1px #FFFFFF;


		}
		.blackwhite li a:hover{
			background-color: #FFFFCC;
			color: black;		
                        text-decoration: none;
                        font-family:arial;
                        font-size:12px;						
background-color:#FFFFCC;
		}
		.blackwhite ul{
			border-color: #FFFFCC;
		}
		.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;
		}
