/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish_45 template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-blue {
	margin: 0;
	padding: 0;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #FFFFE;
	width: 100%;
	z-index: 9;
}

.sf-blue ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 110px;
	margin: 0;
	padding: 0;
}
	
.sf-blue ul ul ul {
	margin: -26px 0 0 10px;
}

.sf-blue li {
	float: left;
	padding: 0;
	height: 100%;
	position: relative;
}

.sf-blue li li {
	float: left;
	padding: 0;
	width: 110px;
}

.sf-blue a, 
.sf-blue a:link, 
.sf-blue a:visited, 
.sf-blue a:active, 
.sf-blue a:hover {
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: auto;
	line-height: 1.5;
	vertical-align: middle;
/* 	padding: 12px; */
	overflow: hidden;
}

.sf-blue li a, 
.sf-blue li a:link, 
.sf-blue li a:visited, 
.sf-blue li a:active, 
.sf-blue li a:hover {
	width: 110px;
}

.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: #FFFFFE;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	visibility: inherit;
	background: #FFFFFE;
}

.sf-blue li {
/*	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC; */
	border: 1px dashed #CCCCCC;
}

.sf-blue li li {
/*	border-left: 0;
	border-right: 0;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC; */
	border: 1px dashed #CCCCCC;
}

.sf-blue ul ul {
/*	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC; */
	border: 1px dashed #CCCCCC;
}

.sf-blue li.right {
	float: right;
}

.sf-blue form {
	margin: 0;
	padding: 4px 10px 0;
}

.sf-blue form input {
	border: 0;
}

.sf-blue li a img {
	float: left;
	margin: 5px 7px 0 -5px;
}

.sf-blue-after {
	clear: left;
}

