/*MENU*/
.cat, .cat:link, .cat:hover, .cat:visited, .selcat, .selcat:link, .selcat:hover, .selcat:visited
{
    font-family: Copperplate Gothic Bold;
    font-size: 12px;
    color: White;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0px 0px 3px 2px;
    padding: 4px 0px 4px 0px;
}
.selcat, .selcat:link, .selcat:hover, .selcat:visited
{
    color: #FF4500;
}

.sub, .sub:link, .sub:hover, .sub:visited, .selsub, .selsub:link, .selsub:hover, .selsub:visited
{
    font-family: Copperplate Gothic Bold;
    font-size: 10px;
    color: white;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    letter-spacing: 1.3px;
    margin: 0px 0px 3px 3px;
    padding: 12px 0px 4px 0px;
}
.selsub, .selsub:link, .selsub:hover, .selsub:visited
{
    color: white;
}
/*NUOVO MENU*/
.imgmenu
{
    margin: 3px;
}
.staticmenuitem, .statichover, .staticmenu, .staticselected
{
	width: 139px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: black;
	text-align: center;
	}
.staticmenu
{
    text-transform: uppercase;
	color:white;
	
}
.statichover
{
    color: black;
}
.statichover a:link, .statichover a:visited, .statichover a:hover
{
    color: black;
}

.staticselected
{
    background-color: white;
}
.staticmenuitem a:link, .staticmenu a:visited, .staticmenu a:hover
{
    /*background-image: none;*/
}

.dynamichover, .dynamicselected
{
	width: 139px;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: solid 0.3px #242424;
	font-weight: normal;
	background-repeat: repeat;
	text-transform: uppercase;	
}

.dynamicmenuitem  {
	width: 139px;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: solid 0.3px #242424;
	font-weight: normal;
	background-repeat: repeat;
	text-transform: uppercase;
}

.dynamicmenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: solid 0.3px #242424;
	font-weight: normal;
	background-repeat: repeat;
	text-transform: uppercase;
}

.dynamicmenuitem, .dynamicmenuitem a
{
    background-color: black;
    background-repeat: repeat;
    font-weight: normal;
    color: white;
	display:block;
}
.dynamichover, .dynamichover a:link, .dynamichover a:visited, .dynamichover a:hover
{
	color: #FCFCD1;
	background-color: #242424;
	font-weight: normal;
	display:block;
}
.dynamicmenuitem a:link, .dynamicmenu a:visited .dynamicmenu a:hover
{
    color: white;
    text-decoration: none;
    background-color: transparent;
    font-weight: normal;
}
a:visited
{
text-decoration: none;
}

#ctl00_Topbar1_Menu1n3Items {height:460px}
/*FINE NUOVO MENU*/