/* 
	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/
*/

/* menu background
------------------------------------------------------------ */

.sf-grey {
	background: #FF0 url('sf-grey-2.png') repeat-x top center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 28px;
	border-top: 0 solid #a9a9a9;
	text-align: left;
}

/* ul list background
------------------------------------------------------------ */

.sf-grey ul {
	/* old_background: #FF0 url('sf-grey-2.png') repeat-x top center; */
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 9;
}

.sf-grey ul ul {
	top: 28px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.sf-grey ul ul ul {
	margin: -26px 0 0 170px;
}

/* 1st level list background
------------------------------------------------------------ */

.sf-grey li {
	float: left;
	padding: 0;
	height: 28px;
	position: relative;
}

/* 2nd level list background
------------------------------------------------------------ */

.sf-grey li li {
	float: left;
	padding: 0;
	width: 170px;
	background: #343434;
}

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	overflow: hidden;
}

.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;
}

/* active
------------------------------------------------------------ */

.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: #9AF;
}

/* hover
------------------------------------------------------------ */

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	background: #808080;
}

/* 1st level list border
------------------------------------------------------------ */

.sf-grey li {
	border-left: 0px solid #FF0;
	border-right: 1px solid #E2E2E2;
}

/* 2nd level list left & right border
------------------------------------------------------------ */

.sf-grey li li {
	border-left: 0px solid #E2E2E2;
	border-right: 0px solid #FF0;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #FF0;
}

/* ul ul top & bottom list border
------------------------------------------------------------ */

.sf-grey ul ul {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #FF0;
}

/* wtf ???
------------------------------------------------------------ */

.sf-grey-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 1px solid #FF0;
}
