		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			padding: 3px 3px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
			border-color: #ffffff;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 18px;
			margin-left: -1px;
			width: 173px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
			border-color: #ffffff;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 145px;
		}
		.horizontal li ul li a{
		width: 165px;
		background-color:#eaeaea;
		font-weight:normal;
		}
		/*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;
		}
		
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		
		.bluewhite li a{
			background-color: white;
			color: #030a7e;
			border-color: #ffffff;
		}
		.bluewhite li a:hover{
			background-color: #030a7e;
			color: white;
			border-color: #ffffff;
		}
		.bluewhite ul{
			border-color: #ffffff;
		}