/* @override http://villanuccia/wp-content/plugins/menubar-templates/Suckerfish_41/sf-grey.css */

/* 
	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/
*/

.sf-grey {
	margin: 0;
	text-align: left;
	background: none repeat;
	height: 40px;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

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

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

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

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

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

.sf-grey a, 
.sf-grey a:visited {
	font-size: 24px;
	font-weight: bold;
	float: left;
	color: black;
	text-decoration: none;
	display: block;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0;
	text-indent: 6px;
	width: 167px;
	font-size: 15px;
	height: 20px;
	line-height: 22px;
}

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

.sf-grey ul li.selected ul li a {
	color: black;
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	color: gray;
}

.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: 1px solid #a9a9a9;
	border-bottom: 0 solid #a9a9a9;
}

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

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

/* menubar class editabili */


/* colori home */

.sf-grey ul li.home.selected a{
	color: #FFCC33;
}

.sf-grey ul li.home a:hover {
	color: #FFCC33;
}

/* colori works */

.sf-grey ul li.works.selected a{
	color: #003297;
}

.works a:hover {
	color: #003297;
}

/* colori gallery */

.sf-grey ul li.gallery.selected a{
	color: #992895;
}

.gallery a:hover {
	color: #992895;
}

/* colori news */

.sf-grey ul li.news.selected a{
	color: #F77400;
}

.news a:hover {
	color: #F77400;
}

/* colori info */

.sf-grey ul li.info.selected a{
	color: #9BC800;
}

.info a:hover {
	color: #9BC800;
}

/* colori links */

.sf-grey ul li.links.selected a{
	color: #800000;
}

.links a:hover {
	color: #800000;
}

/* submenu info */

.info ul {
	background-color: #fff;
}

.info ul li a {
	color: black;
}

.info ul li.selected {
	background-color: #9BC800;
	color: white;
}

.sf-grey ul li.info.selected ul li.selected a {
	color: white;
}

.sf-grey ul li.selected ul li.selected a:hover {
	color: white;
}

.sf-grey ul li.info.selected ul li a:hover {
	color: #9BC800;
}

/* submenu works */

.works ul {
	background-color: #fff;
}

.works ul li a {
	color: black;
}

.works ul li.selected {
	background-color: #003297;
	color: white;
}

.news ul {
	background-color: #fff;
}

.news ul li a {
	color: black;
}

.news ul li.selected {
	background-color: #F77400;
	color: white;
}

.sf-grey ul li.works.selected ul li.selected a {
	color: white;
}

.sf-grey ul li.selected ul li.selected a:hover {
	color: white;
}

.sf-grey ul li.works.selected ul li a:hover {
	color: #003297;
}

.sf-grey ul li.works.selected ul li.selected a:hover {
	color: #fff;
}

.sf-grey ul li.news.selected ul li.selected a {
	color: white;
}

.sf-grey ul li.news.selected ul li a:hover {
	color: #F77400;
}

.sf-grey ul li.news.selected ul li.selected a:hover {
	color: #fff;
}
