@charset "utf-8";
body {
	background-color: #000;
}
#main {
	position: absolute;
	width: 1024px;
	left: 50%;
	top: 0px;
	margin-left: -512px;
}#head {
	background-color: #F60;
	position: absolute;
	height: 60px;
	width: 1024px;
	left: 0px;
	top: 0px;
	z-index: 30;
	background-image: url(img/chiudi_head.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#menu {
	background-color: #3759a1;
	position: absolute;
	height: 35px;
	width: 100%;
	left: 59px;
	top: 63px;
	background-image: url(img/apri_menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0cf;
	float: left;
	z-index: 20;
}
#logo {
	position: absolute;
	top: 34px;
	left: 0px;
}

#postmenu {
	height: 35px;
	width: 50%;
	top: 63px;
	background-color: #3759a1;
	margin-left: 512px;
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0CF;
	right: 0%;
}
#main #head #welcome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	position: absolute;
	top: 35px;
	left: 180px;
	height: 20px;
	width: 740px;
	font-weight: bold;
}

#postyellow {
	background-color: #FF0;
	position: absolute;
	height: 2px;
	top: 20px;
	z-index: 100;
	left: 10px;
	right: 0px;
}

#prehead {
	background-color: #F60;
	position: absolute;
	height: 60px;
	width: 40%;
	top: 0px;
	left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 20px;
	z-index: 200;
}
#menu li {
	width:120px;
	float:left;
	padding: 0;
	color:#FFF;
	text-align: left;
	line-height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	position: static;
	top: 5px;
}
#menu a {
	display: block;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
	background-color: #3759a1;
}
#menu a:hover {
	background-color: #3759a1;
	color: #FF0;
	text-decoration: none;
}
#menu li ul {
	display: none;
	background: #3759a1;
}
#menu li:hover ul {
	display: block;
	/*position: absolute;*/
	z-index:50;
	width:120px;
	padding: 2;
	background: red;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	}
.right {
	text-align: right;
}
td {
	color: #FFF;
}
.yellowcp {
	color: #FF0;
}
#tlcdesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	font-weight: bold;
	position: absolute;
	left: 150px;
	top: 7px;
}
#debug {
	position: absolute;
	height: 100px;
	width: 800px;
	left: 100px;
	top: 50px;
	z-index: 200;
	background-color: #FFF;
}

