
body {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	background-color: #003366;
	color: #003366;
}

a {
	color: #003366;
	font-weight: bold;
}

a:hover {
	color: #006699;
}

h1 {
		font-size: 16px;
}

h2 {
		font-size: 13px;
		font-style: normal;
}

#home {
	color: #FFF;
	font-style: italic;
	text-align: center;
	font-size: 15px;
}

#home a {
	color: #999900;
	font-weight: bold;
}

#home a:hover {
	color: #515100;
	font-weight: bold;
}

#home a.entra {
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	font-style: normal;
}

#home a.entra:hover  {
	text-decoration: none;
}

#home h1 {
	color: #FFF;
	font-size: 16px;
}

#wrap {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #003366;
}

#testata {
	width: 100%;
	height: 150px;
}

#corpo {
	width: 100%;
	overflow: hidden;
}

#menu {
	width: 200px;
	float: left;
	padding: 5px;
}

#centrale {
	background-color: #FFF;
	width: 710px;
	height: 100%;
	float: right;
	padding: 5px;
	margin: 5px;
}

#centrale li {
	height: 30px;
}

#footer {
	clear: both;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 11px;
}

#footer a {
	color: #999900;
	font-weight: bold;
}

#footer a:hover {
	color: #515100;
	font-weight: bold;
}

/*MENU*/

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 210px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 230px; /*sub menu width*/
	height: 30px;
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	background: #006699;
	padding: 1px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	height: 30px;
	line-height: 30px;
}

.suckerdiv ul li a:visited{
	color: #FFFFFF;
}

.suckerdiv ul li a:hover{
	background-color: #506FFE;
}

.suckerdiv .subfolderstyle{
background: url(/grafica/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

