/* 
	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: 0px;
	padding: 0px;
	list-style: none;
}

.sf-grey ul {
margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 9;
	
}

.sf-grey ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 160px;
	margin: 0;
	padding: 0;
}
	
.sf-grey ul ul ul {
	margin: -26px 0 0 160px;
}

.sf-grey li {
	float: left;
	padding: 0;
	height: 28px;
	position: relative;
	margin: 0px;
		
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.sf-grey li li {
	float: left;
margin-left: auto;
	margin-right: auto;
	display: block;

	padding: 0px 0 0px;
	width: 160px;
	background: #000000;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.sf-grey a, 
.sf-grey a:visited
{
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
	padding: 5px 10px 6px 10px;
}
.sf-grey a:hover {
	background: url('navhov.gif') repeat scroll 0 0 #000000;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 5px 10px 6px 10px;
	width: 79%;

}


.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0 0 0 5px;
	text-indent: 0;
	width: 160px;
	height: 26px;
	
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.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  {
	/*background: #000000;*/
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	visibility: inherit;

}

.sf-grey li {

	border-bottom: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
}

.sf-grey li li {

	border-top: 0px solid #a9a9a9;

	border-bottom: 1px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.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;
}
