		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding:10px;
			// border-top: 1px solid;
			font-family: Times New Roman;
			
			width: 204px;
			}
		#navlist {
			list-style-type: none;
			padding:0px;
			 border-top: 1px solid;
			font-family: Times New Roman;
			//font-variant: small-caps;
			font-size: 12pt;
			font-weight: bold;
			color: #7e5a59;
			width: 204px;
			text-align: right;
			text-decoration: none;
			margin-left: -3px;
			//margin-top: 35px;
		}
		#navlist2 {
			list-style-type: none;
			padding:0px;
			border-width: 5px 0px 0px 0px;
			border-style: solid;
			font-family: Times New Roman;
			width: 180px;
			text-align: left;
		}
		.vertical li a{
			display: block;
			width: 204px;
			font-family: Times New Roman;
			font-size: 12pt;
			font-weight: bold;
			text-decoration: none;
			text-align: right;
			color: #7e5a59;
			height: auto;
			padding: 0.1em;
			border-width: 1px 1px 1px 8px; 
			border-style: solid;
			}
		
		.vertical li .main{
			display: block;
			width: 204px;
			font-family: Times New Roman;
			font-size: 12pt;
			font-weight: bold;
			text-decoration: none;
			text-align: right;
			color: #7e5a59;
			height: auto;
			padding: 0.1em;
			border-width: 1px 1px 1px 8px; 
			border-style: solid;
			}
		#list2 a{
			display: block;
			width: 180px;
			font-family: Times New Roman;
			font-size: 10pt;
			font-weight: bold;
			text-decoration: none;
			text-align: left;
			height: auto;
			padding: .1em 2px;
			border-width: 1px;
			border-style: solid;
			}

		.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.8em;
			margin-left: 215px;
		}
		
	
		.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*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: #7e5a59;
			border-color: #7e5a59;
			
		}
		.blackwhite li a:hover{
			background-color: #FBF7EA;
			color: #7e5a59;
			border-color: #7e5a59;
			
		}
		.blackwhite ul{
			border-color: #7e5a59;
		}
		.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;
		}