
		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 0px solid;
			margin-left:  0px;
			margin-right: 0px;
			width: 200px;
		}
		
		.vertical li a{
			width: 200px;
			margin-left:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			display: block;
			text-indent: 0px;
			border-bottom: 0px solid gray;
			padding-bottom:0px;
			padding-left:0px;
			padding-top:0px;
			text-decoration: none;
			text-indent:0px;
		}

		.submenu li a{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			background-image: url(../img/menu_risco.gif);
			background-position:bottom;
			background-repeat: no-repeat; /* Do not alter this line! */
			width: 200px;
			margin-left:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			display: block;
			text-indent: 0px;
			border-bottom: 0px solid gray;
			padding-bottom:7px;
			padding-left:0px;
			padding-top:7px;
			text-decoration: none;
			text-indent:15px;


		}

		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display:inline;
		}

		.vertical li ul{
			position: absolute;
			margin-top: -2.1em;
			margin-left: 195px;
		}
	
		/*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;
		}
		.arrow a span.noshow{
			visibility:hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color:#333333;
			color:#FFFFFF;
			border-color:#333333;
		}
	
		.blackwhite li a:hover{
			background-color:#333333;
			color:#94C7DA;
			border-color:#333333;
			text-decoration:none;
		}
		.blackwhite ul{
			border-color: black;
		}
		
		.bluewhite li a{
			background-color: white;
			color: #333333;
			border-color: #333333;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #333333;
		}
		.bluewhite ul{
			border-color: #333333;
		}
