		/*this is the css for the horizontal version*/
		.horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 1.4em;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 100000;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
	text-decoration: none;
	height: 1.2em;
	float: left;
	display: block;
	width: 128px;
	padding: .1em 1px;
	z-index: 100000;
		}

		.horizontal li ul{
	position: absolute;
	margin-top: 1.3em;
	margin-left: 0px;
	width: 135px;
	border: none;
	display: block;
	height: auto;
	top: 47px;
	z-index: 100000;
	background-color: #FFFFFF;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 135px;
			z-index: 100000;
		}
		.horizontal li ul li a{
	width: 125px;
	z-index: 100000;
		}
		/*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;
		}

		/*colors for menu*/
		.bluewhite li a{
	color: #990099;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #ccadc7;
	border-bottom-color: #ccadc7;
	border-left-color: #ccadc7;
		}
		.bluewhite li a:hover{
	color: #B060D2;
		}
		.bluewhite ul{
		}
		
		
