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

	Based on sf-grey, credits below.

	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-2 {
	margin: 10px 10px 0 10px;
	background-image: url('sf-grey.png');
	background-repeat: repeat;
	height: 20 px;
	border-top: 0 solid #a9a9a9;
	padding: 0;
	text-align: left;
}


.sf-grey-2 ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url('sf-grey.png');
	background-repeat: repeat;
	z-index: 9;
}

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

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

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

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


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

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

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

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

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

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

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

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

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