/* 
	WordPress Menubar Plugin
	sf-white.css stylesheet for the Suckerfish_4 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-white {
	margin: 10px 10px 0;
	background-image: url('sf-white.png');
	background-repeat: repeat;
	height: 28px;
	border-top: 0 solid #a9a9a9;
	text-align: left;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

.sf-white ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url('sf-white.png');
	background-repeat: repeat;
	width: 100%;
	z-index: 9;
}

.sf-white ul ul {
	top: 28px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.sf-white ul ul ul {
	margin: -26px 0 0 170px;
}

.sf-white li {
	float: left;
	padding: 0;
	height: 28px;
	position: relative;
}

.sf-white li li {
	float: left;
	padding: 0;
	width: 170px;
}

.sf-white a, 
.sf-white a:visited, 
.sf-white a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #9cb6c3;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-white li li a, 
.sf-white li li a:visited, 
.sf-white li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 168px;
	font-size: 10px;
	font-weight: bold;

}

.sf-white li:hover ul ul, 
.sf-white li:hover ul ul ul,
.sf-white li:hover ul ul ul ul,  
.sf-white li.wpmhover ul ul, 
.sf-white li.wpmhover ul ul ul, 
.sf-white li.wpmhover ul ul ul ul {
	left: -999em;
	border: 1px solid #ccc;
}

.sf-white li:hover ul, 
.sf-white li li:hover ul, 
.sf-white li li li:hover ul, 
.sf-white li li li li:hover ul,
.sf-white li.wpmhover ul, 
.sf-white li li.wpmhover ul, 
.sf-white li li li.wpmhover ul,
.sf-white li li li li.wpmhover ul{
	left: 0;
	background-color: white;
	border: 1px solid #ccc;
	width: 168px;
}

.sf-white li.selected, 
.sf-white li.current-cat, 
.sf-white li.current-cat-parent, 
.sf-white li.current_page_item, 
.sf-white li.current_page_parent,
.sf-white li.current_page_ancestor  {
	background: #2a547f;
}

.sf-white li:hover, 
.sf-white li.wpmhover {
	background: #2a547f;
	color: white;
}

.sf-white li {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.sf-white li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #a9a9a9;
	border-bottom: 0px solid #778899;
}

.sf-white ul ul {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.sf-white li.right {
	float: right;
}

.sf-white form {
	margin: 0;
	padding: 4px 10px 0;
}

.sf-white form input {
	border: 0;
	background: transparent none no-repeat fixed;
}

.sf-white-after {
	clear: both;
	margin: 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}

