@charset "utf-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #006699;
	background-color: #FFCC00;
}
.collegamenti {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
#verticale {
	position:absolute;
	left:3%;
	top:5%;
	width:29px;
	height:481px;
	visibility: visible;
	z-index: 9;
	background-image: url(borders/2verticale.gif);
	background-repeat: no-repeat;
}
#azzurro {
	position:absolute;
	left:10%;
	top:0px;
	width:45%;
	height:100%;
	z-index:2;
	background-image: url(borders/azzurro.jpg);
	visibility: visible;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#bianco {
	position:absolute;
	left:35%;
	top:0px;
	width:40%;
	height:100%;
	z-index:3;
	background-image: url(borders/sfondo-menu.jpg);
	visibility: visible;
}
#menu {
	position:absolute;
	left:35%;
	top:15%;
	width:170px;
	height:110px;
	z-index:4;
	background-image: url(borders/sfondo-menu.jpg);
	visibility: visible;
	vertical-align: top;
	text-align: left;
	line-height: 5px;
	text-indent: 0px;
	display: table;
}

#giallo {
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	z-index:1;
	background-color: #FFCC00;
	visibility: visible;
}

#ascensore {
	position:absolute;
	left:52%;
	top:51px;
	width:175px;
	height:435px;
	z-index:6;
	visibility: visible;
	background-position: center center;
}
#menu a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #369;
	text-decoration: none;
}
#menu a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #FC0;
	text-decoration: none;
}

#menu a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #369;
	text-decoration: none;
}

#menu a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #9CF;
	text-decoration: none;
	filter: Blur(Add=yes, Direction=right, Strength=5);
}


#logo {
	position:absolute;
	width:48;
	height:34;
	z-index:7;
	left: 75%;
	top: 19px;
	visibility: visible;
}
#soto {
	position:absolute;
	width:100%;
	height:25px;
	z-index:8;
	left: 0;
	top: 95%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #006699;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 5px;
}
#not_display {
	visibility: hidden;
}

.cursore {
	cursor: hand;
}
