/* 
	WordPress Menubar Plugin
	sf-grey.css stylesheet for the Suckerfish_41 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 {
	height: 28px;
}

.sf-grey ul {
	float: right;
	list-style-type: none;
	text-align: left;
	*/margin-right: 25%;
	margin-left: 0%;*/
	display: inline;
	*/margin-right: 120px;
 _margin-left:30px;*/ 
	padding: 0; 
	background-color: #440000;
	width: auto;
	z-index: 9;
}

.sf-grey ul ul {
	top: 28px;
	position: absolute;
	left: -999em;
	width: 225px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
	
.sf-grey ul ul ul {
	margin: -28px 0 0 225px;
}

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

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

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	font-size: 12px;
	float: left;
	color: #ffaa55;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	overflow: hidden; 
}

.sf-grey a:hover{
	color: #ff0000;
	text-decoration: none;
	}

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

.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-color: #220000;						

}

.sf-grey li:hover, 
.sf-grey li.wpmhover {
	background-color: #553333;
	visibility: inherit;

}

.sf-grey li {
	border-left: 0px none;
	border-right: 0px none; 
}

.sf-grey li li {
	border-left: 0;
	border-right: 0;
	}

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

.sf-grey li.right {
	float: right;
}

.sf-grey form {
	margin: 0;
	padding: 4px 10px 0;
}

.sf-grey form input {
	border: 0;
}

.sf-grey-after {
	clear: both;
	margin: 0 0;
	background-color: #990000;
	height: 8px;
	border-top: 0px solid #778899;
}
