﻿<!--
html         { font-family: 'Times New Roman'; font-size: 10pt; background-color: #ffffcc; margin: 1px 0 0 0; padding:0; }

body         { font-family: 'Times New Roman'; font-size: 10pt; padding-left:1px; padding-right:1px; padding-top:1px; padding-bottom:1px; }

.acistile    {  }

h1           { font-size: 13pt; margin: 1px 0 0 0; padding: 3pt; }

h2           { font-size: 12pt; margin: 0 0 0 0; padding: 2pt; background-color:#F2F59E;}

h3           { font-size: 12pt; margin: 1px 0 0 0; padding: 1pt; background-color:#F2F59E;}

h4  h5       { font-size: 12pt; margin: 1px 0 0 0; padding: 1pt; background-color:#D5FFFB;}

p           { font-size: 10 pt; margin: 0 0 0 0; padding: 1pt; }

a:link       { font-size: 10pt; text-decoration: none; font-weight: bold; color: #0000ff }

a:visited    { font-size: 10pt; text-decoration:none; font-weight: bold; }

a:hover      { color: #3399FF }

a            { text-decoration: none; font-weight: bold }

a:active     { font-size: 10pt; text-decoration: none; font-weight: bold }

textarea     { font-size: 12pt }

table        { list-style-type: circle; font-size: 10pt; font-weight: bold; margin-top:1; margin-bottom:1; text-align:left }


#menu{
		width: 998px;
		background-color:#F2F59E;
		}
		/*stile generale delle liste*/
		#menu ul{
		margin:0;
		padding:0;
		position: relative;
		height: 25px;
		width:100%;
		}
		/*stile generale dei list item*/
		#menu li{
		list-style: none;
		float: left;
		padding:0 4px;
		background-color:#ABA160;
		}
		#menu ul, #menu li{
		background-color:#F2F59E;
		}		
		/*style generale dei link*/
		#menu a{
		display:block;
		float:left;
		padding:0 6px;
		text-decoration:none;
		text-align: center;
		line-height: 25px;	
		font-family: Times new romans;
		font-size: 14px;
		font-weight: bold;
		}
		/*style generale dei link sullo stato hover*/
		#menu ul :hover > a, #menu ul a:hover{
		height:20px;
		border-top:5px solid #373737;
		border-bottom:5px solid #373737;
		line-height:20px;
		}
		
		/*stile link primo livello*/
		#menu ul a{
		color:#0000FF;
		}		
		#menu ul :hover > a{
		background-color:#767676;
		border-color:#373737;
		color:#FFCC00;
		} 		
		#menu ul ul :hover > a{
		background-color:#DDDDDD;
		border-color: #767676;
		color:#336699;
		}	
		/*style per Internet Explorer 6*/
		#menu table {
		position:absolute; 
		border-collapse:collapse; 
		top:0; 
		left:0;
		width:100%;
		}
		#menu a:hover{
		height:20px;
		border-top:5px solid #373737;
		border-bottom:5px solid #373737;
		line-height:20px;
		}
		#menu ul a:hover{
		background-color:#767676;
		border-color:#373737;
		color:#FFCC00;
		} 	


-->
