/* 
	WordPress Menubar Plugin
	sf-grey.css stylesheet for the Suckerfish_4 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/
*/

#suckerfish, .sf-grey-before {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sf-grey {
	background-repeat: repeat-x;
	height: 50px;
	padding: 0;
	text-align: left;
	line-height: 50px;
	margin-bottom: 10px;
	background-image: url(http://www.martegalleria.it/wp-content/themes/marte/images/bk_menu.gif);
	background-position: 0px 0px;
}

.sf-grey ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	width: 100%;
	z-index: 9;
}

.sf-grey ul ul { top: 50px; position: absolute; left: -999em; width: 170px; padding: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
	
.sf-grey ul ul ul { margin-top: -50px; margin-right: 0; margin-bottom: 0; margin-left: 170px; }

.sf-grey li {
	float: left;
	padding: 0;
	height: 50px;
	position: relative;
}

.sf-grey li li {
	float: left;
	padding: 0;
	width: 170px;
}

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	font-size: 13px;
	font-weight: normal;
	float: left;
	color: #333;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: 1px;
}


.sf-grey a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	color: #900;
}

.sf-grey li li a, 
.sf-grey li li a:visited, 
{
	padding: 0;
	text-indent: 15px;
	width: 167px;
	color: #FFF;
	
}


.sf-grey li li a:hover {
	
	color: #990000;
}


.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;
}

.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.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: #333;
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	
}

.sf-grey li {
	
}

.sf-grey li li { }

.sf-grey ul ul {

}

.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;
}

