/* 
	WordPress Menubar Plugin
	sf-grey.css stylesheet for the Suckerfish_41 template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
	Modified by Wolly aka Paolo Valenti
	http://www.paolo.valenti.name/
*/


/* STILI CUSTOM */

/*.servizi a:hover{
background: url(pallino_menu_hover.png) no-repeat;
background-position: center;
}*/

.sf-grey li.servizi:hover, 
.sf-grey li.servizi.wpmhover {
	visibility: inherit;
background: url(pallino_menu_hover.png) no-repeat;
background-position: center;
}

/*.sf-grey li.servizi.selected
 {
background: url(menu_hv.png) repeat;
background-color: #00bc31;
}*/

/* FINE STILI CUSTOM */



.sf-grey {
	margin: 0px 0px 0 0px;
	/*background-image: url('bg_menu.png');*/
	/*background-color:blue;*/
	background-repeat: repeat;
	height: 44px;
	padding: 0;
	text-align: left;
	font-family: HelveticaNeueLTStd45Light;
	font-weight: normal;
	font-size: 14px;


}




.sf-grey ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(bg_menu.png);*/
	background-repeat: repeat;
	width: 100%;
	z-index: 9;
}

.sf-grey ul ul {
	top: 38px;
	position: absolute;
	left: -999em;
	width:165px;
	margin: 0;
	padding: 0;
	/*background: #00aa9b;*/
	background: url(bg_secondolivello.png);

	
}
	
.sf-grey ul ul ul {
	margin: -26px 0 0 170px;
}

.sf-grey li {
	float: left;
	padding: 0;
	height: 42px;
	position: relative;
	background: url(pallino_menu.png) no-repeat;
	background-position: center;

}

.sf-grey li li {
	float: left;
	padding: 0;
	width:165px;
	height: 30px;
	background: none;
}

.sf-grey a:link,
.sf-grey a:visited
{
	float: left;
	color: #2a2a2a;
	text-decoration: none;
	display: block;
	/*height: 35px;*/
	line-height: 30px;
	/*padding: 0 15px;*/
	padding-left: 17px;
	padding-right: 17px;
	overflow: hidden;
}


 
.sf-grey a:hover {
	float: left;
	color: #00aa9b;
	text-decoration: none;
	display: block;
	/*height: 35px;*/
	line-height: 30px;
	/*padding: 0 15px;*/
	padding-left: 17px;
	padding-right: 17px;
	overflow: hidden;
}

.sf-grey li li a:link, 
.sf-grey li li a:visited {
	padding: 0;
	text-indent: 15px;
	width:165px;
	border: 0px;
	color:#fff;
	background: none;
}
 
 
 


.sf-grey li li a:hover {
	padding: 0;
	text-indent: 15px;
	width:165px;
	border: 0px;
	color:#fff;
	background:url(bg_hover.png);
}

.sf-grey li:hover ul ul, 
.sf-grey li:hover ul ul ul,
.sf-grey li:hover ul ul ul ul,  
.sf-grey li.wpmhover ul ul, 
.sf-grey li.wpmhover ul ul ul, 
.sf-grey li.wpmhover ul ul ul ul {
	left: -999em;
	background: none;
}

.sf-grey li:hover ul, 
.sf-grey li li:hover ul, 
.sf-grey li li li:hover ul, 
.sf-grey li li li li:hover ul,
.sf-grey li.wpmhover ul, 
.sf-grey li li.wpmhover ul, 
.sf-grey li li li.wpmhover ul,
.sf-grey li li li li.wpmhover ul{
	left: 0;
}



.sf-grey li li.selected, 
.sf-grey li li.current-cat, 
.sf-grey li li.current-cat-parent, 
.sf-grey li li.current_page_item, 
.sf-grey li li.current_page_parent,
.sf-grey li li.current_page_ancestor  {
	background: none;
}

.sf-grey li.selected a {
	color:#00aa9b;
}

.sf-grey li.selected, 
.sf-grey li.current-cat, 
.sf-grey li.current-cat-parent, 
.sf-grey li.current_page_item, 
.sf-grey li.current_page_parent,
.sf-grey li.current_page_ancestor  
{	color:#00aa9b;
	background: url(pallino_menu.png) no-repeat;
	background-position: center;
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	visibility: inherit;
	background: url(pallino_menu.png) no-repeat;
	background-position: center;
	color:#00aa9b;
}

.sf-grey li li:hover {
	visibility: inherit;
	/*background: url(menu_hv.png);*/
	color:#00aa9b;
	border:none;
	background: none;
}



.sf-grey li {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.sf-grey li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #a9a9a9;
	border-bottom: 0px solid #778899;
}

.sf-grey ul ul {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.sf-grey li.right {
	float: right;
}

.sf-grey form {
	margin: 0;
	padding: 4px 10px 0;
}

.sf-grey form input {
	border: 0;
}

.sf-grey-after {
	clear: both;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}
