/* 
	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;
	background: #ebebeb;
	height: 51px;
	border-top: 0 solid #a9a9a9;
	padding: 0;
	text-align: left;
}

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

.sf-grey ul ul {
	top: 51px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
	height:auto;
	border-top:1px solid white;
}
	
.sf-grey ul ul ul {
	margin: -26px 0 0 170px;
}

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

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

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	/* font-family:"Helvetica", "Arial", sans-serif; */
	font-size: 11px;
	font-weight: normal;
	float: left;
	color: #646464;
	text-decoration: none;
	display: block;
	height: 51px;
	line-height: 18px;
	padding: 0 10px;
	overflow: hidden;
}


.sf-grey a span.large {
	color:#646464;
	font-size:15px;
	padding-top:12px;
	display:block;
}
.sf-grey a span.small {
	color:#858484;
	font-size:11px;
}

.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0;
	text-indent: 10px;
	width: 170px;
	display:block;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #cccccc;
}

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

.sf-grey li.selected a span.large, 
.sf-grey li.current-cat a span.large, 
.sf-grey li.current-cat-parent a span.large, 
.sf-grey li.current_page_item a span.large, 
.sf-grey li.current_page_parent a span.large,
.sf-grey li.current_page_ancestor a span.large {
	color: #006600;
}

.sf-grey li.selected ul li a, 
.sf-grey li.current-cat ul li a, 
.sf-grey li.current-cat-parent ul li a, 
.sf-grey li.current_page_item ul li a, 
.sf-grey li.current_page_parent ul li a,
.sf-grey li.current_page_ancestor ul li a {
	color: #646464;
}

.sf-grey li.separator {
	background: #ccc;
	height:41px;
	margin-bottom:5px;
	margin-top:5px;
	width:1px;
}


.sf-grey li:hover, 
.sf-grey li.wpmhover {
	background: #cdcccc;
}

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