﻿/* Menu control */

/* Voci di menù statiche */

.masterMenuStaticMenu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 544px;
    font-weight: bold;
    padding: 0px;
    border-style: dotted dotted none none;
    border-width: 1px;
    border-color: #003366;
    margin-top: 23px;
    margin-left: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.masterMenuStaticMenu A 
{ 
    text-decoration: none;
    color: #003366;
    display: block;
    padding: 5px;
}

.masterMenuStaticMenu A:visited 
{ 
    text-decoration: none;
    color: #003366;
}

.masterMenuStaticMenu A:hover 
{
    text-decoration: none;
    color: #FFFFFF;
}

.masterMenuStaticItem
{
}

.masterMenuStaticHover
{
}

.masterMenuStaticSelected
{
}

/* Voci di menù dinamiche */

.masterMenuDynamicMenu
{ 
    border: 1px solid #003366;
    line-height: 20px;
    z-index: 1;
}

.masterMenuDynamicMenu A 
{ 
    text-decoration: none;
    color: #003366;
    display: block;
    padding: 5px;
}

.masterMenuDynamicMenu A:visited 
{ 
    text-decoration: none;
    color: #003366;
}

.masterMenuDynamicMenu A:hover
{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #77ABDA;
}

.masterMenuDynamicItem
{
}

.masterMenuDynamicHover
{
}

.masterMenuDynamicSelected
{
}

/* Voci di menù primo livello */

.masterLevelSelectedStyles0
{
}

.masterLevelMenuItemStyles0
{
}

.masterLevelSubMenuStyles0
{
}

/* Voci di menù secondo livello */

.masterLevelSelectedStyles1
{
}

.masterLevelMenuItemStyles1
{
}

.masterLevelSubMenuStyles1
{
}

/* Voci di menù terzo livello */

.masterLevelSelectedStyles2
{
}

.masterLevelMenuItemStyles2
{
}

.masterLevelSubMenuStyles2
{
}

