﻿.SimpleEntertainmentMenu .AspNet-Menu-Horizontal {
	padding: 0px;
	list-style: none;
	height: 33px;
	display: block;
	width: 504px;
	position: absolute;
	bottom: 1px;
	left: 0px;
	margin: 0px 0px 0px 40px;
	border-style: none;
}
.SimpleEntertainmentMenu .AspNet-Menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;	
	float:left;	
	border-left: 1px solid #a58d28;
}
.SimpleEntertainmentMenu .AspNet-Menu-Leaf  {
	display: block;
	float: left;
	height: 33px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #a58d28;
	list-style-type: none;
}

.SimpleEntertainmentMenu .AspNet-Menu-Link {
	float:left;
	margin:0;
	text-decoration:none;
	color: #52230c!important;
	cursor: pointer;
	display: block;
	height: 33px!important;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	line-height: 2.5em;
	padding-right: 0.9em;
	padding-left: 0.9em;
      } 
.SimpleEntertainmentMenu .AspNet-Menu-Link:hover {
	background:url("../images/vert_butt_on_off.gif") repeat-x left -33px;
	margin:0;	
	color: #52230c;		
	line-height: 3em!important;
	display:block;
	position: relative;
	overflow:hidden;
}
 
.SimpleEntertainmentMenu .AspNet-Menu-WithChildren {	
	border-right: 1px solid #a58d28;	
}
.SimpleEntertainmentMenu .AspNet-Menu-WithChildren ul  {
	left: 0px;
	top: 33px;		
	border: 0px;
	width: 91px;
	background:url("../images/menudropdown.gif") no-repeat left bottom;
	padding-bottom: 14px;
	padding-left: 0px;	
	overflow: hidden;
}
.SimpleEntertainmentMenu .AspNet-Menu-WithChildren ul li {
	white-space: nowrap;		
	margin:0;
	text-decoration:none;	
	cursor: pointer;	
	font-weight: bold;
	padding: 0px;
	border: none!important;	
}
.SimpleEntertainmentMenu .AspNet-Menu-WithChildren ul li a 
{	
   background:url("../images/vert_butt_on_off.gif") repeat-x left top!important;
   position: relative;	
}
.SimpleEntertainmentMenu .AspNet-Menu-WithChildren ul li a:hover 
{
	background:url("../images/vert_butt_on_off.gif") repeat-x left -33px!important;	
	position: relative;
}  


.SimpleEntertainmentMenu .AspNet-Menu-WithChildren {	
	border-right: 1px solid #a58d28;	
}
         
      
/* tab orizzontale con stato hover anche quando si naviga nei sottomenu. */    
ul.AspNet-Menu li:hover a, 
ul.AspNet-Menu li:hover span, 
ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover a, 
ul.AspNet-Menu li:hover li:hover span, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover ul a:hover, 
ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    background:url("../images/vert_butt_on_off.gif") repeat-x left bottom;
    margin:0px;
    text-decoration:none;
    color: #52230c;	
}

/* ripristina lo stato hover soltanto sulle voci verticali selezionate. si regola anche la larghezza dei pulsanti */    
ul.AspNet-Menu li:hover ul a, 
ul.AspNet-Menu li:hover ul span, 
ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
ul.AspNet-Menu li:hover li:hover ul a, 
ul.AspNet-Menu li:hover li:hover ul span, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    background:url("../images/vert_buttoff.gif") repeat-x left top;
    width: 71px;   
}

.AspNet-Menu-Leaf .AspNet-Menu-Selected
{   background:#000!important;
	margin:0;
	text-decoration:none;
	color: #c78a21!important;
}
.AspNet-Menu-Leaf .AspNet-Menu-Selected:hover
{  	background:#000!important;
	margin:0;
	text-decoration:none;
	color: #c78a21!important;
	line-height: 2.5em!important;	
}
.AspNet-Menu-ChildSelected .AspNet-Menu-Leaf .AspNet-Menu-Selected
{
	background-position: left top;
	background: #000!important;
	background-image: url('../images/lineevertmenu.gif') !important;
	background-repeat: repeat-y !important;
}
.AspNet-Menu-ChildSelected .AspNet-Menu-Leaf .AspNet-Menu-Selected:hover
{  	background:#000!important;
	background-image: url('../images/lineevertmenu.gif') !important;
	background-repeat: repeat-y !important;
	
}

