		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 5px;
		}
		.vertical li a{
			display: block;
			height: 1.5em;
		}
		.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.4em;
			margin-left: 180px;
			width: 220px;
			padding: 5px;
		}
		
		#educational{
			position: absolute;
			margin-top: -1.4em;
			margin-left: 180px;
			width: 350px;
			padding: 5px;
		}
		
		#parenting{
			position: absolute;
			margin-top: -1.4em;
			margin-left: 180px;
			width: 260px;
			padding: 5px;
		}
		
		.inaccesible li ul{
			display: none;
		}
		
		.rescenter li a{
			background-color: #D5D3A6;
			color: #4E2104;
			font-family:Arial;
			font-size: 8pt;
			line-height:18px;
			text-decoration: none;
		}
		.rescenter li a:hover{
			background-color: #395862;
			color: white;
			border-color: #ffffff;
		}
		.rescenter ul{
			border-color: #ffffff;
			text-indent: 5px;
		}