﻿#footer
{
    font-family: Arial; 
    font-size: 10pt; 
    color: white;
}
#body
{
    font-family: Arial; 
    font-size: 10pt; 
    color: white;
}
#style1
        {
            text-align: center;
            color:White;
        }
#style2
        {
            color: #FF0000;
            text-decoration: none;
        }
      
#pulsantinuovi a: {
	
	color: white;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	
	}
	#menusito
	{
	    background-image: url('immagini/menusito.jpg');
	}
	
	/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;		
	top: 0;
	left: 0;
	right: 10px;
	}

#menuh
	{
	font-size: 12pt;
	font-family: arial;
	width:800px;
	float:left;
	margin-top: 0;

	
	}
		
#menuh-container1
	{
	position: relative;		
	top: 0;
	
	right: 0;
	}


		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	/* background-image: url('immagini/Pulsante.gif');*/
	text-decoration:none;
	width: 90px;
	height:27px;
	padding-top: 7px;

	
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	
	background-image: url('immagini/Pulsante.gif');
	text-decoration:none;
	width: 90px;
	height:27px;
	

	
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: red;
	text-decoration:none;
	width: 90px;
	height:27px;
	
	
	}	
#menuh ul
	{
	list-style:none;
	margin:0;
	margin-left: 0px;
	padding-top: 0px;
	float:left;
	width:160px;
	height: 27px;
	
	/*margin-right: 55px; width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}


#menuh li
	{
	position: relative;
	width:90px;
	height: 27px;
	vertical-align: top;	
	margin-top: 0px;	/* Sophie Dennis contribution for IE7 */
	}
#menuh ul ul
	{
	position:absolute;
	z-index: 0;
	top: 0px;
	display:none;
	margin-top: 1px;
	
	}

#menuh ul ul ul
	{
	top:0;
    left: 0;
	}
/* lato destro menu */

div#menuh li:hover
	{
	cursor:pointer;
	
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
    display:none;
  
 
 }

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
    display: block;
    width: 160px;
	height: 27px;
	left: 0;
	top: 33px;
 }


.style1
        {
            color: #FFFFFF;
            font-size: large;
            font-family: Arial, Helvetica, sans-serif;
        }
        .style2
        {
            color: #FF0000;
        }