/* CSS Document */
.menuprodotti{
width: 129px; /*width of menu*/
/*font-weight:bold;*/
}

.menuprodotti .headerbar{
/*font: 11px Tahoma;*/
/*color: #999999;*/
/*background: #414141;*/
/*text-transform: uppercase;*/
/*border-bottom:#dddddd 1px solid;*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 4px 0px 0px 4px; /*31px is left indentation of header text*/
cursor:pointer;
text-decoration: none;
/*font-weight:bold;*/
}

.menuprodotti .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:#F12D30;
color:#ffffff;
font-weight:bold;
	border-bottom:#F12D30 1px solid;
}

.menuprodotti .headerbar a{
display: block;
}

.menuprodotti ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

	/*border-bottom:#dddddd 1px solid;*/
}

.menuprodotti ul li{
padding-top: 4px; /*top spacing between menu items*/
padding-bottom: 0px; /*bottom spacing between menu items*/

	/*border-bottom:#F4F4F4 1px solid;*/
}

.menuprodotti ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background:#f4f4f4;*/
color:#F12D30; !important;
font-weight:bold;
/*font-style:italic;*/
/*	border-bottom:#CC0000 1px dotted;*/
}

.menuprodotti ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
color:#666666; !important;
/*font-style:italic;*/
/*background: #e4e4e4;*/
}
.menuprodotti ul li .closedsubheader:hover{ /*Closed state CSS for sub menu header*/
color:#F12D30; !important;
/*font-style:italic;*/
/*background: #e4e4e4;*/
}

.menuprodotti ul li a{
	/*font: italic 11px Tahoma;*/
	/*color: #999999;*/
	/*background: #34474E;*/
	/*line-height: 10px;*/
	/*padding-left: 8px; *//*link text is indented 8px*/
	text-decoration: none;
	display: block;
	padding: 0px 0 0px 10px; /*31px is left indentation of header text*/
}

.menuprodotti ul li a:visited{
/*color: #999999;*/
}

.menuprodotti ul li a:hover { /*hover state CSS*/
/*color: #C08A22;*/
/*background: #414141;*/
/*text-decoration: underline;*/
}

.menuprodotti ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*background: #FF0000;*/
}

.menuselected{ 
/*color: #C08A22;*/
/*background: #414141;*/
/*text-decoration: underline;*/
}

.divisoreSubCategorie{ 
border-bottom:#F12D30 1px solid;
}
.divisoreSubSubCategorie{ 
/*border-bottom:#F12D30 1px dotted;*/
}