/* 

	WordPress Menubar Plugin

	sf-vertical.css stylesheet for the Suckerfish template



	Credits:

	Son of Suckerfish Dropdowns

	By Patrick Griffiths and Dan Webb

	http://www.htmldog.com/articles/suckerfish/dropdowns/

*/



.sf-vertical {
		padding: 4px;
		text-align: left;
		width: 160px;
		margin-bottom: 0;
		float: left;
		margin-right: auto;
		margin-left: auto;
}



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



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

	

.sf-vertical ul ul {

	margin: -26px 0 0 170px;

}



.sf-vertical li {
	float: left;
	padding: 0;
	height: 36px;
	position: relative;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 2px;
}



.sf-vertical li {
	padding: 0px;
	width: 160px;
}



.sf-vertical a 
 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	padding: 0px;
	background: url(images/sidetab-mo.jpg) no-repeat;
	width: 150px;
	text-align: center;
	margin-left: 12px;
	line-height: 28px;
	}

.sf-vertical a:hover {
		color: white;
		text-decoration: none;
		background: url(images/sidetab-hov.jpg) no-repeat;
}


.sf-vertical li a, 

.sf-vertical li a:hover {
		padding: 0;
		
}



.sf-vertical li:hover ul ul, 

.sf-vertical li:hover ul ul ul,

.sf-vertical li:hover ul ul ul ul,  

.sf-vertical li.wpmhover ul ul, 

.sf-vertical li.wpmhover ul ul ul, 

.sf-vertical li.wpmhover ul ul ul ul {

	left: -999em;

}



.sf-vertical li:hover ul, 

.sf-vertical li li:hover ul, 

.sf-vertical li li li:hover ul, 

.sf-vertical li li li li:hover ul,

.sf-vertical li.wpmhover ul, 

.sf-vertical li li.wpmhover ul, 

.sf-vertical li li li.wpmhover ul,

.sf-vertical li li li li.wpmhover ul{

	left: 0;

}



.sf-vertical li.selected {

}



.sf-vertical li:hover, 

.sf-vertical li.wpmhover {

}



.sf-vertical li {

}



.sf-vertical li {

}



.sf-vertical ul {

	

}



.sf-vertical-after {

	clear: left;

}
