body {
  background: #FFFFFF url(/images/arushach1.jpg) no-repeat fixed top left;
  font: 12px Georgia, "Times New Roman", Times, , serif;

}

p.titolo
{
background: url(/images/css-bottoneverde.gif) #fff bottom left repeat-x;
height: auto;
line-height: 4em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
font: 15px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
}


td.numero {
background-color: #FFFFFF;
text-align: "right";
color="#000000";
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
}

td.testo {
background-color: #FFFFFF;
text-align: "left";
color="#000000";
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
}

td.tcol0 {
background-color: #B5D5C4;
text-align: "center";
color: #000000;
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
font-weight: bold;
}

td.tcol {
background-color: #FFFFCC;
text-align: "left";
color="#000000";
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
font-weight: bold;
}

td.enumero {
background-color: #CCFF66;
text-align: "right";
color="#000000";
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
font-weight: bold;
}

td.etesto {
background-color: #CCFF66;
text-align: "left";
color="#000000";
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
font-weight: bold;
}

td.pnumero {
background-color: #B5DBCD;
text-align: "right";
color: #000000;
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
font-weight: bold;
}

td.ptesto {
background-color: #B5D5C4;
text-align: "left";
color: #000000;
font-family: "Verdana  Arial  Helvetica  sans-serif";
font-size: 14px;
font-weight: bold;
}

.bmenu a
{
background: url(/images/css-bottoneverde.gif) #fff bottom left repeat-x;
height: auto;
position: relative;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
font: 13px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
}

.bmenu a:hover
{
background: url(/images/css-bottoneverde.gif) #fff bottom left repeat-x;
height: auto;
position: relative;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #FFFFFF;
font: 13px Tahoma, sans-serif;
font-weight: bold;

text-decoration: underline;
text-align: center;
}

.col0 {
	background-color: #E6F0E1;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	background-position: center;
	height: 5%;
	width: 100%;
}

.col1 {
	background-color: #73AB5E;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	height: 95%;
	vertical-align: top;
	width: 15%;
	color: #669966;
	font-weight: bold;
	background-position: center;
}

.menuverticale a {
    color: #ff0000;
    padding: 2px;
    padding-left: 3px;
    display: block;
    font: 13px Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.menuverticale a:hover {
    color: #66CC00;
    text-decoration: none;
}

#barra-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#barra-menu li
{
float: left;
margin: 0 0.15em;
}

#barra-menu li a
{
background: url(/images/css-bottone.gif) #fff bottom left repeat-x;
height: 2em;
position: relative;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
font: 13px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
}

#barra-menu li a:hover
{
background: url(/images/css-bottone.gif) #fff bottom left repeat-x;
height: 2em;
position: relative;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #66CC00;
font: 13px Tahoma, sans-serif;
font-weight: bold;

text-decoration: underline;
text-align: center;
}
/* Hide from IE5-Mac \*/
#barra-menu li a
{
float: none
}
/* End hide */

#barra-menu
{
    text-align: center;
    width:80em
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav + *{
	clear: left;
}

#nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	z-index:99;
	position:relative;
	overflow:visible;
}

#nav > li ul {
	text-align: left;
}
#nav li { /* Appearance settings (eye candy) */
	position: relative;
	background: #E7E7E7;
/*	background: url(trans/white80.png);*/
	color: #00F;
	border: solid 1px #AAA;
	height: auto;
	max-width: 8em;
	overflow: visible;
}
#nav ul ul {
	width: 8em;
}
#nav > li {
	margin: 0;
	float: left;
	text-align: center;
	height: 1.6em;
}


#nav a {
	text-decoration: none;
	padding: 0 0.5em;
	line-height: 1.6em;
	background: transparent;
	color: inherit;
	overflow: hidden;
}
#nav li li a {
	line-height: normal;
	padding: 0.25em 0.5em;
}

#nav ul, #nav li, #nav a{
	display: block;
}


#nav ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav ul ul, #nav ul ul ul{
	position:absolute;
	top: 0;
	left: 95%;
	visibility: hidden;
}



/* Shadow! */

#nav li:hover {
/*	border-style: outset;*/
/*	background: #D7D7D7;*/
	background: #1AD;
	color: white;
}
#nav > li ul {
/*	background: #666;*/
	background: transparent url("trans/black40.png");
}
#nav > li > ul {
	margin: -1px;  /* This is to make the width equal to parent li width. */
	position: relative;
	top:  4px;
	left: 4px;
}
#nav > li ul li {
	position: relative;
	top:  -4px;
	left: -4px;
}
/* end shadow */


/* Enlarger */
/* #nav > li {width: 8em;} */ /* popping disappears if we use a fixed-width */
#nav > li:hover {
	margin: -0.2em;
	padding: 0.2em;
	z-index: 2;  /* Opera does not seem to respect this. */
}
#nav > li:hover > a {
	margin: -0.2em;
	padding: 0.2em 0.7em;
}
/* end enlarger */


/* Interactive lines: show/hide menus */
#nav li:hover ul ul, #nav li:hover ul ul ul{
	visibility: hidden;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	visibility: visible;
}




.skipnav {
	display: none;
}

#nonav {
	display: block;
	background: transparent;
	height: 1px;
	border: 0;
	margin: 0 0 -1px 0;
	padding: 0;
}
