		/*this is the css for the vertical version*/

		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 130px;
             margin: 0px
		}
		.vertical li a{
			display: block;
			width: 130px;
			text-decoration: none;
			height: 17px;
			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-right: 130px;
		}

		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/

		/*Plus code*/
		.plus a span{
			padding-right: .5em;
		}
		/*colors for menu*/
		.bluewhite li a{
        font-family: Arial;
		background-color:#FFFFFF;
		color: #2C6FE6;
		border-color: #EFEFEF;
        text-decoration: none;
		}
		.bluewhite li a:hover{
			background-color: #2C6FE6;
			color: white;
			border-color: #EFEFEF;
            text-decoration: none;
            font-family: Arial;
		}
		.bluewhite ul{
			border-color: #000033;
		}