/* 
	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 {
	margin: 10px 10px 0 30px;

	text-align: left;
}

.sf-grey ul {
	float: left;
	list-style: none;
	margin:2px 0 0 0; padding:5px 0 5px 0;
	z-index: 9;
}

.sf-grey ul ul {
	top: 22px;
	position: absolute;
	left: -999em;
	width: 173px;
      height: 27px;
	margin: 0;
}
	
.sf-grey ul ul ul {
	margin: -26px 0 0 170px;
}

.sf-grey li {
	float: left;
	height: 27px;
	position: relative;
}

.sf-grey li li {
	float: left;
	width: 173px;
      height: 27px;
}

.sf-grey a, 
.sf-grey a:visited {
	margin:0 7px 0 0; padding:3px 5px 5px 12px;
	color:#fff; text-decoration:none; font-style:normal;
	background:url(images/header-ul-li-a_bg.gif) no-repeat 0px -100px;
}

.sf-grey a:hover {
	padding:3px 4px 5px 13px;
	background:url(images/header-ul-li-a_bg.gif) no-repeat 0px -49px;
}

.sf-grey li li a, 
.sf-grey li li a:visited {
	padding:3px 5px 5px 15px;
	text-indent: 15px;
	width: 173px;
      color: #000;
	background:#591816;
}

.sf-grey li li a:hover {
	padding:3px 4px 5px 16px;
      background: none;
	width: 173px;
      color: #000;
	background: #972723;
}

.sf-grey li li:hover {

}

.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 a, 
.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  {
	padding:3px 5px 4px 17px;
	background:#fff url(images/header-ul-li-a_bg.gif) no-repeat 0px -1px;
	color:#a32c28; font-style:italic;
}

.sf-grey li li.selected a, 
.sf-grey li li.current-cat, 
.sf-grey li li.current-cat-parent, 
.sf-grey li li.current_page_item, 
.sf-grey li li.current_page_parent,
.sf-grey li li.current_page_ancestor  {
	padding:3px 5px 4px 17px;
	background:#972723;
	color:#FFF; font-style:italic;
}

.sf-grey li:hover, 
.sf-grey li.wpmhover {

}

.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;
	width: 173px;
}

.sf-grey-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}

