/* 
	WordPress Menubar Plugin
	sf-grey.css stylesheet for the Suckerfish 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 {
display: block;
height: 30px;
margin: 0;
padding: 0;
list-style: none;
position:relative;
z-index: 9;
font-size:13px;
color:#FFF;
top:82px;
left:10px;
_left:-405px;
*left:-405px;
}

.sf-grey ul {
	color:#FFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}

	
.sf-grey ul ul ul {color:#FFF; margin: -26px 0 0 170px;}

.sf-grey li {
	float: left;
	height: 28px;
	position: relative;
	float:left; 
	margin-left:7px; 
	padding:5px 0;
}

.menu a, .menu a:visited,  .menu a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	background:#999; 
	padding:5px 5px;
}

.menu a:hover {background:#99ccff;}

.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.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: none;
}

.sf-grey li:hover, .sf-grey li.wpmhover {background: none;}

.sf-grey li li {
	padding:0;
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #a9a9a9;
	border-bottom: 1px solid #FFF;
	height:17px;
	text-align:left;
	width:170px;
	_width:180px;
	*width:190px;
	float:left;
	margin-left:5px;
	_margin-left:0;
	*margin-left:0;
	}

.sf-grey li li.menu a {background:none;}
	
.sf-grey li li:hover {background:#99ccff;}

.sf-grey ul ul {
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	background:#999;
	width:180px;
	_width:170px;
	*width:190px;
	color:#FFF;
	top: 28px;
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
}

.sf-grey-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}

