/* 
	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/
*/
#wpmenu1 {
	width:990px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996245;
	font-size:16px;
	float:right;
	padding-bottom:5px;
}

#wpmenu16 {
	font-size:14px;
	width:990px;
	float:right;
	padding:0;
	margin-bottom:20px;
}

.sf-grey {
	height:20px;
	margin: 0;
	padding:0;
	color:#773317;
	list-style:none;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}

.sf-grey ul {
	float: right;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	z-index: 500;
}

.sf-grey ul ul {
	background: #fdfdf9;
	top: 23px;
	position: absolute;
	left: -999em;
	width: 210px;
	margin: 0;
	padding: 0;
	border: 2px solid #eee1d4;
}

.sf-grey ul ul ul {
	background: #fdfdf9;
	top: 23px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: -25px 0 0 210px;
	padding: 0;
	border: 2px solid #eee1d4;
}

.sf-grey ul ul ul ul {
	background: #fdfdf9;
	top: 23px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: -25px 0 0 170px;
	padding: 0;
	border: 2px solid #eee1d4;
}

.sf-grey ul ul li {
	text-transform:none;
	color:#f7f2eb;
	padding:2px;
}

.sf-grey ul ul ul li {
	text-transform:none;
	color:#f7f2eb;
	padding:2px;
}

.sf-grey ul ul ul ul li {
	text-transform:none;
	color:#f7f2eb;
	padding:2px;
}
	
.sf-grey ul ul ul {
	
}

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

.sf-grey li li {
	float: left;
	padding: 0;
	width: 210px;
	height:25px;
}

.sf-grey li li li {
	float: left;
	padding: 0;
	width: 170px;
	height:25px;
}

.sf-grey li li li li {
	float: left;
	padding: 0;
	width: 170px;
	height:25px;
}

.sf-grey a, 
.sf-grey a:visited, 
.sf-grey a:hover {
	float: left;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 2px;
	overflow: hidden;
}

.sf-grey li li a:hover {
	background-color:#f7f2eb;
	color: #773317;
	cursor:pointer;
	padding:2px;
}

.sf-grey a:hover, a:active {
	color:#C00;
}

.sf-grey li li a, 
.sf-grey li li a:visited, 
.sf-grey li li a:hover {
	padding: 0 0 0 5px;
	text-align:left;
	width:201px;
}

.sf-grey li li li a, 
.sf-grey li li li a:visited, 
.sf-grey li li li a:hover {
	padding: 0 0 0 5px;
	text-align:left;
	width:161px;
}


.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  {
	
}

.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-after {
	clear: left;
	margin: 0 0px 20px 0px;
	height: 0px;
	border-top: 0px solid #778899;
}
