﻿body
{
    text-align:justify;
    font-family: "Trebuchet MS";
    width: 1002px;
    margin: auto;
     font-size:14px;
}

hr
{
  width:900px;

    float: left;
}

a:link, a:visited {

  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.menupresentazioneItem
{
    border-left: 1px solid #FFFFFF;
    float: left;
    font-weight: bold;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 5px 6px;
    width: 13%;
    background-color: #85B815;
}

.menupresentazioneItem a:hover, a:active li.selected
{
    color: #A6CA5E;
}

.menupresentazioneItem a
{
    color: #FFFFFF;
    width: 90%;
}

.menupresentazioneSelected
{
    /*background-color: #A6CA5E;*/
}

.NavigazionePresentazione
{
    position: absolute;
    background-image: url(images/to_check_bg_sfondo.png);
    position: relative;
    float: left;
    width: 990px;
}

.NavigazionePresentazioneItems
{
 margin-left:30px;
    background-color: #85B815;
    border-bottom: 1px solid #FFFFFF;
    background-repeat: repeat-x;
    float: left;
    padding-left: 0;
    width: 930px;
    text-align: center;
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: condensed;
    font-weight: normal;
    height: 34px;
}




/* Styles for the entire LavaLamp menu */
   ul#menu li.backLava
        {
            position: relative;
            z-index: 3;
            background: #AC0505;
        
        }
        ul#menu
        {
            list-style: none;
            border: 1px solid #333;
            height: 16px;
            width: 930px;
            background:#750303;
            padding-left: 0px;
            padding-bottom: 15px;
            padding-top: 5px;
            margin: 10px 30px;
        }
        ul#menu li
        {
            padding: 0; /* padding moved to the a element below */
            float: left;
            font-family: Trebuchet MS;
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF;
        }
        ul#menu li a
        {
            display: block; /* allows us to add top and bottom padding to the element */
            padding: 5px 40px 5px 40px; /* now we have nice padding for link hi-lighting */
            position: relative;
            z-index: 5;
            color: #FFFFFF;
            text-decoration: none;
        }
        ul#menu li a:hover
        {
            color: #FF0E0E;
        }
