/* CSS Document */

body {
	background: #FFFFFF url(images/24.gif) /*center*/ repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:13px;
	color:#333333;
}

#spacer {
	clear:both;
	width:1000px;
	height:0px;
	/*background-color:#0033FF;*/
}

#container {
	margin:0px auto 0px auto;
	width:960px;
	border: #999999 0px dashed;	
	/*height:660px;*/
	background-color:#FFFFFF;
}

#intestazione {
	margin:0px auto 0px auto;
	height:15px;
	/*background-color:#FFFFFF;*/
}

#intestazione p {
	text-align: center;
	font-size:9px;
	padding: 2px 10px 2px 10px;
	margin: 2px 10px 2px 10px;
	color:#999999;
}


#header {
	margin:0px auto 0px auto;
	height:100px;
	/*background-color:#009900;*/
}

#lastnews {
	margin:0px auto 0px auto;
	width:960px;	
	height:30px;
	/*background-color:#009900;*/
}

#lastnews p {
	text-align: center;
	font-size:90%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#barranavigazione {
	margin:0px auto 0px auto;
	width:960px;	
	height:22px;
	border-bottom: #E4E4E4 1px solid;
	/*background-color:#E4E4E4;*/
}

#barranavigazione p {
	text-align: left;
	font-size:90%;
	padding: 5px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
}


#colonnasx {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	width:150px;
	float:left;
	/*background-color:#666600;*/
}

#colonnadx {
	margin:0px 0px 0px 0px;
	width:779px;
	float:right;
	border-left: #E4E4E4 1px solid;
	/*background-color:#996666;*/
}

#colonnadx ul {
	font-size:100%;
	text-align:left;
	color:#444444;
	font-weight:normal;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	list-style-type:square;
}

#colonnadx ol {
	font-size:100%;
	text-align:left;
	color:#444444;
	font-weight:normal;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#colonnadx li {
	font-size:100%;
	text-align:left;
	color:#444444;
	font-weight:normal;
	margin: 0px 10px 0px 45px;
	padding: 3px 0px 3px 0px;

}


#footer {
	margin:0px auto 0px auto;
	height:20px;
	border-top: #E4E4E4 1px solid;
	/*background-color:#E4E4E4;*/
}

#footer p {
	text-align: center;
	font-size:90%;
	padding: 2px 10px 2px 10px;
	margin: 2px 10px 2px 10px;
	color: #666666;
}


#credits {
	margin:0px auto 0px auto;
	height:20px;
	border-top: #999999 0px dashed;
	/*background-color:#FFFFFF;*/
}

#credits p {
	text-align: center;
	font-size:90%;
	padding: 2px 10px 2px 10px;
	margin: 2px 10px 2px 10px;
	color: #CCCCCC;
}



#credits a {
	color:#CCCCCC;
	font-weight:100;
	text-decoration:underline;
}

#credits a:hover {
	color:#666666;
	font-weight: 100;
	text-decoration:none;
}








p {
	text-align: justify;
	font-size:100%;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 3px 20px;
}

h1 {
	color:#003366;
	text-align: justify;
	font-weight: 900;
	font-size:160%;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 3px 20px;
}

h2 {
	text-align: justify;
	font-size:140%;
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 3px 20px;
}

a {
	color:#003366;
	font-weight:100;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	font-weight: 100;
	text-decoration:none;
}


img {
	border: 0px;

}

img.left {
	border: 0px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
}

img.right{
	border: 0px;
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
}




/***************INIZIO MENU*******************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style-type: none;
width: 140px; /* Width of Menu Items */
/*height: 50px;*/
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: #F3F3F3;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#333333;
padding: 10px 1px 10px 5px;
font-weight:normal;
text-decoration: none;
background: #F3F3F3;
/*padding: 1px 5px;*/
border-bottom: 1px solid #CCCCCC;
}

.suckerdiv ul li a:visited{
color: black;

}

.suckerdiv ul li a:hover{
background-color:#FFFFFF;
}

.suckerdiv .subfolderstyle{
background: /*#FFFFFF*/ url(images/25.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 */


/***************FINE MENU*******************/


