﻿/* Menu control */

/* Voci di menù statiche */

.masterMenuStaticMenu
{
	line-height: 20px;
}

.masterMenuStaticMenu a 
{ 
	text-decoration: none;
	color: #004C93;
	display: block;
	padding: 5px;
}

.masterMenuStaticMenu a:visited 
{ 
	text-decoration: none;
	color: #004C93;
}

.masterMenuStaticMenu a:hover 
{
}

.masterMenuStaticItem
{
}

.masterMenuStaticHover
{
	color: #004C93;
	background-color: #F2F2F2;
}

.masterMenuStaticSelected
{
    font-weight: bold;
}

/* Voci di menù dinamiche */

.masterMenuDynamicMenu
{ 
    border: 1px solid #004C93;
	line-height: 20px;
	z-index: 1;
}

.masterMenuDynamicMenu a 
{ 
	text-decoration: none;
	color: #004C93;
	display: block;
	padding: 5px;
}

.masterMenuDynamicMenu a:visited 
{ 
	text-decoration: none;
	color: #004C93;
}

.masterMenuDynamicMenu a:hover 
{ 
	text-decoration: none;
	color: #004C93;
	background-color: #F2F2F2;
}

.masterMenuDynamicItem
{
    width: 180px;
}

.masterMenuDynamicHover
{
}

.masterMenuDynamicSelected
{
}

/* Voci di menù livello */

.masterLevelSelectedStyles
{
}

.masterLevelMenuItemStyles
{
}

.masterLevelSubMenuStyles
{
}