﻿/*  STYLE PER IL MENU DI DESTRA */

.rightMenu_2 
{
background: url(../imgs/ntRed.gif) repeat;
margin-top:0px;
margin-bottom:20px;
background-color:White;

}

.rightMenu_2 h4
{
    vertical-align:bottom;      
    background-color:#D00000;
    text-align:left;
    color:#FFF;
    border-top:solid 3px #D00000;
    font-weight:bold;
    text-indent:5px;
    margin-bottom:8px;
    }

div.rightMenu_2  ol 
{   
    margin-bottom:8px;
    list-style:none;
    padding:0;
    margin:0;
    border: 1px solid #E1E1E1;
    font-weight:bold;
    color:#000000;
    background-color:#FFF;
}

div.rightMenu_2 ol li
{   padding-bottom:2px;
    margin-bottom:1px;
    background: #E1E1E1 url(../imgs/dashed.gif) repeat-x left bottom; 
    float:none;
    vertical-align:middle;
    color:#666666;
}

div.rightMenu_2 li
{   
    background-image:url(../imgs/qua.gif);
    background-repeat:no-repeat;
    background-position:2px 5px;
}

.rightMenu_2 ol li label.on {display: block; 
    background-color: #FFF; 
    color:#E1E1E1; 
    font-weight: bold; 
    padding: .2em 0 .2em 1em;}
    
.rightMenu_2 a {display: block; 
    text-decoration: none; 
    padding: .2em 0 .2em 1em; 
    background-color: #FFF; 
    color: #015190; 
    font-weight: bold;}

.rightMenu_2 a 
{
    color: #666666; 
    font-weight: normal; 
    padding-left: 0.5em;
    background-repeat:no-repeat;
    background-position: 8px 2px;
    height:40px;
    vertical-align:middle;
 }

.rightMenu_2 a:visited 
{
    background-color:#FFF; 
    color: #666666;}

.rightMenu_2 a:hover 
{
    /*background: #C61C31 url(../imgs/quaw.gif) no-repeat 5% 10px; */
    background-color: #FFF; 
    background-position: 8px 2px;
    color: #000;
    text-decoration:underline;
    font-weight:bold;}

/* stile per il menu di destra*/

/* FINE                         */
.rightMenu_3 
{
background: url(../imgs/ntRed.gif) repeat;
margin-top:0px;
margin-bottom:20px;
background-color:White;
}

.corpoMenu_3
{
  background: url(../imgs/logoinca_small.gif) no-repeat 4px 4px;  
  background-color:White;
  border-bottom:solid 1px #D00000;
    }

.testoMenu
{
    font-size:0.9em;
    color:#616161;    
    text-indent:45px;
    border-left :solid 1px #e1e1e1;
    border-right :solid 1px #e1e1e1;
}
.testoMenu a:link, .testoMenu a:visited, .testoMenu a:hover, .testoMenu a:active
{
    height:100%;
    text-decoration:underline;
    display:inline;
    text-indent:5px;
}

