﻿body {

 background-color:Black;
 color:White;
 font-family:Arial ;
 
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.Npag:hover
{
     color:White;
     text-align:center;
	 background-color:#0094e0;
}

.Npag
{
     color:Blue;
     text-align:center;
     text-transform:lowercase;
	 background-color:Silver;
}

.NpagAttuale:hover
{
     color:White;
     text-align:center;
	 background-color:Green;
}

.NpagAttuale
{
     color:Blue;
     text-align:center;
     text-transform:lowercase;
	 background-color:Yellow;
}

    
    a { color: #ddd; }
    ul#menu {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    ul#menu li {
      float: left;
    }
    ul#menu2 {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    ul#menu2 li {
      float: left;
    }
    .red {
      color:White;
    }
    .red:hover {
      color:red;
    }
    
    .text1 {
        background: url("../images/button1.gif") no-repeat;
        color: #f9f9f9;
    }
    .text1:hover
    {
        background: url("../images/button1.gif") no-repeat;
        color:Yellow;
    }
    
    
     .click-menu {
    }
    .box1 {
        background: url("../images/button1.gif") no-repeat;
        color: #f9f9f9;
    }
    .box1-hover {
        background: url("../images/button1.gif") no-repeat;
        color: #FFEBA9;
    }
    .box1-open {
        background: url("../images/button1-click.gif") no-repeat;
        color: #f9f9f9;
    }
    .box1-open-hover {
        background: url("../images/button1-click.gif") no-repeat;
        color: #FFEBA9;
    }
    .box1,.box1-hover,.box1-open,.box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 14px;
        line-height: 31px;
        font-family: arial;
        cursor: pointer;
        width: 150px;
    }
    .section {
        
        font-family: arial;
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .section a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
    .section a:hover {
        color: #FFFF99;
        text-decoration: none;
        white-space: nowrap;
    }
    .box2 {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
    }
    .box2-hover {
        
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
        
    }
    
    
     .Fondo:hover  {
        background-color:Yellow;
        color:Red 
        
    }
 