/* 
	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: 10px 10px 0 10px;*/
	background: #B1B1B1;
	height: 26px;
	padding: 0;
	text-align: left;
	font-family: Times;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 850px;
	z-index: 9;
}

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

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

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

.sf-blue a, 
.sf-blue a:visited  {
	font-size: 15px;
	font-weight: normal;
	float: left;
	color: #252525;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
	overflow: hidden;
}
 
.sf-blue a:hover {
	font-size: 15px;
	font-weight: normal;
	float: left;
	color: #40BA6F;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
	overflow: hidden;
	background: #fff;
}



.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.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 a, 
.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: #fff;
	color:#00a33d;
}

.sf-blue li.selected ul li a /*styl listy ozwijalnej menu glowne */
	{
		color:#252525;
		background:#EAEAEA;
	}
.sf-blue li.selected ul li a:hover /*styl listy ozwijalnej menu glowne */
	{
	background: #EAEAEA;
	color:#060;
	} 


.sf-blue li:hover, 
.sf-blue li.wpmhover {
	background: #E6E6E6;
	color:#060;
}

.sf-blue li {
/*	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #666;*/
}

.sf-blue li.last-item {
	border-right: none;
}

.sf-blue li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
}

.sf-blue ul ul {
	border: 1px solid #959596;

}

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

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

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


.sf-blue form #wpm17-submit
{
	width: 41px;
}

.sf-blue form #wpm17-submit:hover
{
	cursor: pointer;
	background: #B1B1B1;
}


.sf-blue-after {
	clear: both;
	margin: 0px;
	background: url(shadow.png) repeat-x;
	height: 6px;
	margin-bottom:10px;
	display:none;
	/*border-top: 1px solid #104E8B;*/
}
