/* 
	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: 0px 0px 0 0px;
	background: #6d9fc2;
	height: 26px;
	border-top: 0px solid #2EB0FF;
	padding: 0;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image:url('http://prayforwirral.info/wp-content/themes/magasin-dos/images/navmenusearch2.gif');
	width: 100%;
	z-index: 99;
	}
	
.sf-blue ul ul {
	top: 32px;
	position: absolute;
	left: -999em;
	width: 0px;
	margin: 0;
	padding: 0;

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

}
	
	



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

.sf-blue li li {
	float: center;
	padding: 0;
	width: 155px;

}

.sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
	font-size: 12px;
	font-weight: bold;
	float: center;
	color: white;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0px;
	overflow: hidden;
	

}

.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	padding: 0px;
	text-indent: 10px;
	width: 155px;


}

.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  

{

    	background-image:url('http://prayforwirral.info/wp-content/themes/magasin-dos/images/navmenusearch3.gif');
    background-repeat:no-repeat;
    
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
{
	background-image:url('http://prayforwirral.info/wp-content/themes/magasin-dos/images/navmenusearch3.gif');
    background-repeat:no-repeat;
    
    
}

}

.sf-blue li {
	border-left: 0px solid #2EB0FF;
	border-right: 0px solid #104E8B;
}

.sf-blue li li {
	border-left: 0px solid #2EB0FF ;
	border-right: 0px solid #2EB0FF;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
	background: #2f4f73;
}

.sf-blue ul ul {
	border-left: 0px solid #2EB0FF;
	border-right: 0px solid #104E8B;
	
}

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

.sf-blue form {
	margin: 0;
	padding: 0px;
}

.sf-blue form input {
	border: 0;
}
