/* 
	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: 0;
	background-image: url('gray.jpg');
	background-repeat: repeat-x;
	height: 30px;
	border-top: 1px solid #cccccc;
    border-bottom: 1px solid #aaaaaa;
	padding: 0;
	text-align: left;
}

.sf-grey ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.sf-grey ul ul {
	top: 29px;
	position: absolute;
	left: -999em;
	width: auto;
    min-width:170px;
	margin: 0;
	padding: 0;
	background-image: url('gray.jpg');
	background-repeat: repeat-x;
}
	
.sf-grey ul ul ul {
	margin: -24px 0 0 175px;
}

.sf-grey li {
	float: left;
	padding: 0;
	height: 30px;
	position: relative;
	background-image: url('gray.jpg');
	background-repeat: repeat-x;
}

.sf-grey li li {
	float: left;
	padding: 0;
    min-width: 160px;
/*	width: 190px; */
    white-space:nowrap;
}

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	font-size: 11px;
	float: left;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 29px;
	padding: 0 15px;
	overflow: hidden;
    white-space:nowrap;
}

.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0;
	text-indent: 10px;
	width: 200px;
    overflow: hidden;
    display: block;
}

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

.sf-grey li:hover{
	background: #dddddd;
}

.sf-grey li.wpmhover {
	background: #fefefe;
}

.sf-grey li {
	border-left: 1px solid white;
	border-right: 1px solid #cccccc;

}

.sf-grey li li {
    height:29px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #eeeeee;
	border-bottom:1px solid #aaaaaa;
}

.sf-grey ul ul {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #999999;
}

.sf-grey-after {
	clear: left;
	margin: 0px;
	height: 0px;
	border: 0px;
}

