/* basic elements */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7D775C;
	text-align: center; /* per IE5.x/win */
	background: #EEE url(../images/background_page.gif) center repeat;
	line-height:normal;
}
a {
	text-decoration:underline;
	font-size:12px;
	
	color:#000;
	outline: none;
	}
img {
float:left;
border : 0px;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
	}
a:active {
	color: #000000;
	}
a:hover {
	color: #000;
	background:#c0db5a;
	text-decoration: none;
	}
dd {
font-size:12px;
}	
p {
	padding:0px;
	font-size: 12px;
	text-align:justify;
	line-height:150%;
	}
h1 {
	padding:10px;
	font-size: 18px;
	line-height:150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color:red;
	}
h2 {
	padding:5px;
	font-size: 16px;
	line-height:15px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	}
h3 {
	font-size: 16px;
	line-height:150%;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	padding-left:5px;
	font-size: 14px;
	line-height:150%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height:150%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color:#ccc;
	}
h6 {
	font-size: 10px;
	line-height:150%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color:#ccc;
	}
img#iuav {
	border: 0px;
	margin:0px;
	vertical-align: middle;
	float:left;
}	
img#fronte_iuav {
	border: 0px;
	margin-bottom:0px;
	vertical-align:bottom;
}
img {
	border: 0px;
}
#centrato {
width:774px;
margin:auto;
text-align:left; /* per IE5.x/win */
}
#header {
margin:auto;
height:115px;
border:0px;
}
#content {
margin:0px;
float:left;
width:774px; 
height:100%;
background:#FFF url(../images/fondo_corpo.jpg);
}
#colonna-1 {
float:left;
width:154px;
background: #FFFFFF;
color:#000;
}
#box0 {
float:left;
width:154px;
background:#ccc;
color: #c0db5a;
text-align:left;
}
#box1 {
float:left;
width:154px;
background:#333333;
color: #c0db5a;
text-align:left;
}

#box2 {
float:left;
width:154px;
background:#333333;
color:#c0db5a;
text-align:left;
}
#box3 {
float:left;
width:154px;
background:#333333;
color:#c0db5a;
text-align:left;
}
#box4 {
float:left;
width:154px;
background:#333333;
color:#c0db5a;
text-align:left;
}
#box5 {
float:left;
width:154px;
background:#333333;
color:#c0db5a;
text-align:left;
}
#box6{
float:left;
width:154px;
height:154px;
text-align:left;
}
#box7 {
float:left;
width:154px;
height:154px;
text-align:left;
}
#box8 {
float:left;
width:154px;
height:154px;
text-align:left;
}
#box9 {
float:left;
width:154px;
height:154px;
text-align:left;
}
#box10 {
float:left;
width:154px;
text-align:left;
}
#box11 {
float:left;
width:154px;
text-align:left;
}
#menu {
background:#CCCCCC;
}
#menu1 {
background:#CCCCCC;
}
#menu2 {
background:#CCCCCC;
}
#menu3 {
background:#CCCCCC;
}
#menu4 {
background:#CCCCCC;
}
#menu5 {
background:#CCCCCC;
}
#colonna-2 {
position:relative;
padding:0px;
float:left;
width:466px;
color:#000;
}
#img {
margin-top:80px;
position:relative;
bottom:0px;
}
img#fronte_iuav {
position:absolute;
margin-bottom:0px;
margin-top:50px;
}

#colonna-3 {
float:left;
width:154px;
color:#000;
}

#footer {
padding: 3px;
background: #666;
text-align:center;
border:1px solid #333;
color:#FFF;
clear:left;
}

div p {
margin:0;
padding:0.5em 1em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 154px;
	border-bottom: 1px solid #ccc;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 153px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ccc;
	padding:5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left:1px solid #333;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }

