/* 
	WordPress Menubar Plugin
	sf-vertical-rdf.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/
*/

.sf-vertical-rdf {
	padding: 0;
	text-align: left;
	margin-top: 10px;
	margin-left: -3px;
	margin-bottom: 0;
}

.sf-vertical-rdf ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #fff;
	z-index: 9;
}

.sf-vertical-rdf ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	padding: 0;
}
	
.sf-vertical-rdf ul ul {
	margin: -26px 0 0 200px;
}

.sf-vertical-rdf li {
	float: left;
	padding: 0;
	height: 40px;
	position: relative;
	width: 200px;	
	background-color: #424242;	
}

.sf-vertical-rdf a, 
.sf-vertical-rdf a:visited, 
.sf-vertical-rdf a:hover {
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
	text-align: center;
}

.sf-vertical-rdf li a, 
.sf-vertical-rdf li a:visited, 
.sf-vertical-rdf li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 200px;
}

.sf-vertical-rdf li:hover ul ul, 
.sf-vertical-rdf li:hover ul ul ul,
.sf-vertical-rdf li:hover ul ul ul ul,  
.sf-vertical-rdf li.wpmhover ul ul, 
.sf-vertical-rdf li.wpmhover ul ul ul, 
.sf-vertical-rdf li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-vertical-rdf li:hover ul, 
.sf-vertical-rdf li li:hover ul, 
.sf-vertical-rdf li li li:hover ul, 
.sf-vertical-rdf li li li li:hover ul,
.sf-vertical-rdf li.wpmhover ul, 
.sf-vertical-rdf li li.wpmhover ul, 
.sf-vertical-rdf li li li.wpmhover ul,
.sf-vertical-rdf li li li li.wpmhover ul{
	left: 0;
}

.sf-vertical-rdf li.selected, 
.sf-vertical-rdf li.current-cat, 
.sf-vertical-rdf li.current-cat-parent, 
.sf-vertical-rdf li.current_page_item, 
.sf-vertical-rdf li.current_page_parent,
.sf-vertical-rdf li.current_page_ancestor  {
	background: #B20838;
}

.sf-vertical-rdf li:hover, 
.sf-vertical-rdf li.wpmhover {
	background: #B20838;
}

.sf-vertical-rdf li {

}

.sf-vertical-rdf li {
	border-left: 0;
	border-right: 0;

}

.sf-vertical-rdf ul {

}

.sf-vertical-rdf-after {
	clear: left;
}