/* 
	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 0px 0 0px;
	background: transparent;
	height: 26px;
	
	padding: 0;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #0CA9CB; border-left: 2px solid #ffffff; border-top: 2px solid #ffffff;
	width: 170px;
	z-index: 9;
}

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

.sf-blue li {
	float: left;
	padding: 0;
	height: 24px;
	position: relative; width:170px; border-bottom: 2px solid #ffffff; 
}

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

.sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	overflow: hidden; width: 130px;
}

.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, 
.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: #0066ff; width:170px;
}



.sf-blue li:hover, 
.sf-blue li.wpmhover {
	background-color: #0066FF;
	width:170px;
}











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

.sf-blue form {
	margin: 0;
	
}

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

.sf-blue-after {
	clear: both;
	
	
}
