/* 
	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: -26px 0px 0 0px;
/*	background: #1874CD; */
	height: 26px;
	border-top: 0px solid #2EB0FF;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	position: relative;
	top: 3px; 
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
/*	background: #1874CD; */
/*	width: 100%; */
	z-index: 9;
	color: #6e6e6e;
/*	background: #fff; */
	text-decoration: none;
}

.sf-blue ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
/*	width: 170px; */
	margin: 0;
	padding: 0;
}
	
.sf-blue ul ul ul {
	margin: -26px 0 0 0px;
}

.sf-blue li {
	float: left;
	padding: 0;
	height: 26px; 
	position: relative;
	margin-right: 4px;
}

.sf-blue li li {
	float: none;
	padding: 0;
/*	width: 170px; */
}

.sf-blue a 
/* .sf-blue a:visited, */
{
	font-size: 1em;
/*	font-weight: bold; */
	float: left;
/*	background: #ffffff; */
	color: #6e6e6e;
	text-decoration: none;
	display: block;
/*	height: 26px; */
/*	line-height: 26px; */
	padding: 5px 15px;
	overflow: hidden;

}


.sf-blue a:hover {
	background: #6e6e6e;
	color: #ffffff;
	text-decoration: none;
	}

.sf-blue li li a {
	padding: 5px 15px;
/*	text-indent: 15px; */
/*	width: 167px; */
	background: #fff;
	color: #6e6e6e;
	border: 1px dotted #6e6e6e;
}
 
/* .sf-blue li li a:visited, */
.sf-blue li li a:hover {
	padding: 5px 15px;
/*	text-indent: 15px; */
/*	width: 167px; */
	background: #6e6e6e;
	color: #fff;
	border: 1px dotted #6e6e6e;
}

.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 a, */
/* .sf-blue li.current-cat-parent a, */
/* .sf-blue li.current_page_item a, */
/* .sf-blue li.current_page_parent a */
/* .sf-blue li.current_page_ancestor a */ {
	color: #ffffff;
	background: #6e6e6e;
	text-decoration: none;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	visibility: inherit;
/*	background: #1C86EE; */
}

.sf-blue li {
	border-left: 0px solid #2EB0FF;
	border-right: 0px solid #104E8B;
}

.sf-blue li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #2EB0FF;
	border-bottom: 0px solid #104E8B;
}

.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: 4px 10px 0;
}

.sf-blue form input {
	border: 0;
}

 .sf-blue-after {
	clear: both;
	margin: 0 10px 0 10px;
/*	background: url(shadow.png) repeat-x; */
	height: 6px;
	border-top: 0px solid #104E8B;
} 

