/*
 * blue shadows :-)
 */
body {
    background: #000;
    color: #aaa;

}

h1 {
    font-size: 50pt;
    font-style: oblique;
    color: #988d95;
    color: #eee;
    opacity: 0.2;
    filter: alpha(opacity=20);
    /*
     * i colori della piramide...
     * 988d95
     * 88808d
    */
}

#container {
    height: 500px; 
    /* width: 99%; */
    background: url(/photo/Paris/299956288_0c8ec9b7fc_o.jpg) #000;
    background-repeat: no-repeat;
    background-position: center;
    
    
}

#corpo {
}

#header {
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    top: 30px;
    
    /* necessari per MS filter per funzionare */
    width: 99%;
    height: auto;

    filter: alpha(opacity=40);
    
}



#menu {
/*        border: 1px solid #fff; */
    text-align: center;
    position: absolute;
    top: 100px;
    left: 10px;
    padding: 10px;
    font-size: 10pt;
}

#menu ul {
    color: #f00;
    list-style: none;
    background: #696969;
    border: 1px solid #000;
}

    
/**/

html>body #menu li a {
        width: auto;
        }

#menu li a:hover {
        /* illuminarlo di azzurro...
                    prova il colroe della piramide!!!

                  border-left: 5px solid #1c64d1;
        border-right: 5px solid #5ba3e0;

        background-color: #2586d7;
        */
        text-decoration: underline;
        color: #fff;
        }
        
        
#menu {
	width: 12em;
        width: 90%;
        /*height: 20px;*/
        /*
	border-right: 1px solid #000;
        */
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #000;
	color: #000;
	}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  font: 100% verdana;
  text-align: center;
  }
		
#menu li {
  display: inline;
  border-bottom: 1px solid #000;
  margin: 0;
  font: 100% verdana;
  text-align: center;

}
                
#menu li a {
    display: inline;
    padding: 5px 5px 5px 0.5em; /* ignorati su IE */
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    /* width: 100%; causa problemi con IE */
    
}



#menu
{
  /* quasi un'ombra, ma non bello...
  border-bottom: 2px solid #222;
  border-right:  2px solid #222;
  */
  width: 780px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -390px;
  display: inline;
}

/**/
