.horizontal ul{
	list-style-type: none;
	padding: 0px;
	border: none;
	display: block;
	height: 1.4em;
}
.horizontal li{
	float: left;
	display: inline;
}
.horizontal li a{
	text-decoration: none;
	height: 1.2em;
	float: left;
	display: block;
	width: 125px;
	padding: .1em 1px;
	border: none;
	height: auto;
}
.horizontal li li a{
	border: none;
}
.horizontal li ul{
	position: absolute; 
	margin-top: 1.3em;
	margin-left: -1px;
	width: 129px;
	border: none;
	display: block;
	height: auto;
}
.horizontal li li ul{
	position: absolute;
	margin-top: .1em;
	margin-left: 125px;
}
.horizontal li ul li a{
	width: 125px;
}
.inaccesible li ul{
	display: none;
}
.bluewhite li a, .bluewhite li a:visited {
	background-color: #1264d2;
	color: white;
	text-decoration: none;
}
.bluewhite li a:hover{
	color: white;
	background-color: #BE002F;
	text-decoration: none;
}
.bluewhite ul{
	background-color: transparent;
}
.horizontal ul li ul{
	display: none;
}