/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-blue {
	margin: 0;
	/*background: #1874CD;*/
	height: 26px;
	/*border-top: 1px solid #2EB0FF;*/
	padding: 0;
	text-align: left;
	float: left;
	width: 660px;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #3B71E7;
	z-index: 9;
	width: auto;
}

.sf-blue ul ul {
	top: 32px;
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
	
.sf-blue ul ul ul {
	margin: -30px 0 0 130px;
}

.sf-blue ul li {
	cursor:pointer;
	float:left;
	font-size:95%;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:130px;
}

.sf-blue li li {
	width: 130px;
	border: none;
}

.sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
	display: block;
	cursor: pointer;
	background-color: #3B71E7;
	padding: 8px 4px;
	color: #FFF;
	text-decoration: none;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#FFF;
}

.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	border: none;
}
.sf-blue a:hover {
	background-color:#002977;
	color: #FFF;
}

.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: #3B71E7;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	background-color:#002977;
	color: #FFF;
}

.sf-blue li {
}

.sf-blue li li {
}

.sf-blue ul ul {
}

.sf-blue-after {
	display: none;
}
