		/*this is the css for the vertical version of HLMENU*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 155px;
		}
		.vertical li a{
			display: block;
			width: 160px;
			text-decoration: none;
			height: 1.5em;
			padding: .5em 1px;
			border: 0px solid;
			border-top: 0px solid;
			border-bottom: 1px 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.3em;
			margin-left: 155px;
		}
		
		/*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 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: 135%;  
		}
		.arrow a:hover span{
		padding-left: 1.4em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		
		.bluewhite li a{
			background-color: #eeeeee;
			color: #000000;
			border-color: #8b7355;
			font-family: Verdana, Tacoma, Arial;
			font-size: 0.70em;
		}
		.bluewhite li a:hover{
			background-color: #abcdfe;
			color: #000000;
			border-color: #abcdfe;
		}
		.bluewhite ul{
			border-color: #a3a3d6;
		}

#index
{font-family: Verdana, Arial; font-size: 13px; color: black; font-weight: bold;}
 #textesousIndex
 {font-size: 10px; font-family: Verdana, Arial; color:black; font-weight: bold;} 
 a:hover{
color:#000000; 
text-decoration:none;
padding-left: 4px;
background-color: #abcdfe;
}  
h3{	
color: #8b7355;
font-size: 1.0em;
font-family: Verdana, Arial;
font-weight: bold; 
}
h6{
font-family: Verdana, Arial, Tahoma;
font-size: 0.70em;
color: #000000;
} 
a{
text-decoration:none;
} 
.textebleu{	color: #000099;}  
.textenoir{ color: #000000;}
.textebrun{ color: #8b7355;}
