/* 
	WordPress Menubar Plugin
	sf-blue.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-blue {
	margin: 0 0 150px 0;
	height: 35px;
	padding: 0;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	background: url(LBImenuBack.jpg);
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9;
}

.sf-blue ul ul {
	top: 35px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
	background: #dff8a4;
	color: #fff;

}
	
.sf-blue ul ul ul {
	margin: -28px 0 0 170px;
}

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

.sf-blue li li {
	float: left;
	padding: 0;
	width: 170px;
}

.sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
	letter-spacing: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	float: left;
	color: #404040;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 15px 0 25px;
	overflow: hidden;
        font-weight: normal;
}

.sf-blue a:hover {
	color: #fff;
}

.sf-blue li li a, 
.sf-blue li li a:visited, {
	padding: 0;
	text-indent: 15px;
	width: 170px;
    font-weight: normal;
}

.sf-blue li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 170px;
	background:#b2ef1f;
	color: #fff;
}

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

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


.sf-blue li.selected, 
.sf-blue li.current-cat, 
.sf-blue li.current-cat-parent, 
.sf-blue li.current_page_item, 
.sf-blue li.current_page_parent,
.sf-blue li.current_page_ancestor  {
	color: #fff;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	color: #fff;
}	

.sf-blue li {
}

.sf-blue li li {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;

}

.sf-blue ul ul {
	border-left: 0;
	border-right: 0;
}

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

.sf-blue-after {
	clear: both;
	margin: 0 10px 0 10px;}
