﻿@charset "utf-8";
/* CSS Document */
.attiva2 {
	background-color: #666666;
}

.menu_wrap_categorie {
	/* [disabled]float:right; */
}
.menu_wrap_categorie .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap_categorie .nav > li {
  padding: 0;
  display:inline-block;
  
}

#main_menu select {
	display: none;
	font-family:Arial;
	font-size:12px;
}
.menu_wrap_categorie .nav li a {
	line-height: 18px;
	color: #958f83;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	/* [disabled]text-shadow: 0 1px 0 #fff; */
	text-decoration: none;
	text-align: left;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 18px;
	/* [disabled]background-color: #666666; */
	width: 100px;
}
.menu_wrap_categorie .nav > li.sfHover > a,
.menu_wrap_categorie .nav > li.sfHover > a:hover,
.menu_wrap_categorie .nav > li > a:hover,
.menu_wrap_categorie .nav > li.current > a,
.menu_wrap_categorie .nav > li.current > a:hover {
	color: #FFCC00;
	/* [disabled]box-shadow: 0 0 2px rgba(0,0,0,0.4); */
	background-color: #666666;
}
.sub-menu > a {position: relative;
}
.menu_wrap_categorie .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  left: 20%;
  top: 94%;
  margin: 0 -3px 0 0;
}
.menu_wrap_categorie .nav > li.sfHover > a:before,
.menu_wrap_categorie .nav > li.sfHover > a:hover:before,
.menu_wrap_categorie .nav > li > a:hover:before,
.menu_wrap_categorie .nav > li.current > a:before,
.menu_wrap_categorie .nav > li.current > a:hover:before { background: url('../images/li-marker.png') left top no-repeat;
}
.menu_wrap_categorie .nav > li.current > a:before { background: none;
}
.menu_wrap_categorie .nav > li.current.sfHover > a:before { background: url('../images/li-marker.png') left top no-repeat;
}
.menu_wrap_categorie .nav ul {
	position: absolute;
	display: none;
	width: 200px;
	left: 0;
	top: 100%;
	list-style: none;
	zoom: 1;
	z-index: 25;
	/* [disabled]border-top:4px #FFCC00 solid; */
	padding: 14px 0 7px 0;
	margin: 0;
	background-image: url(../immagini_sito/sfondo_menu_cat.png);
	background-repeat: repeat;
	background-position: left top;
}

.menu_wrap_categorie .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 10px;
  top: 13px;
}
.menu_wrap_categorie .nav ul li a {
	display: block;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	color: #c2bcb1;
	line-height: 25px;
	padding: 0 10px 7px 15px;
	background: none;
}
.menu_wrap_categorie .nav ul li a span {display:none;
}
.menu_wrap_categorie .nav > li > ul li > a:hover,
.menu_wrap_categorie .nav > li > ul li.sfHover > a,
.menu_wrap_categorie .nav > li > ul li.current > a {
  text-decoration: none;
  color:#FFCC00;
}
.menu_wrap_categorie .nav > li > ul li > a:hover:before,
.menu_wrap_categorie .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap_categorie .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 14px 0 7px 0;
  margin: 0;
  border-top:0;
}

