/* 
	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: auto;
	background: url(barramenu.png) no-repeat;
	height: 30px;
	padding: 0;
	text-align: center;
    width:1001px;
}

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

.sf-blue ul ul {
	top: 30px;
	position: absolute;
	left: -999em;
	width: 143px;
	margin: 0;
	padding: 0;
}
	
.sf-blue ul ul ul {
	margin: -56px 0px 00px 143px;
	position: relative;

}

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

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

.sf-blue a,
.sf-blue a:visited, 
.sf-blue a:hover {
	font-size: 16px;
	font-weight: normal;
    font-style:italic;
    font-family: Georgia, times new roman, times, arial;
	float: left;
	text-decoration: none;
	color: white;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
width:113px;

}
.sf-blue a:hover{	text-decoration: underline; }



.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	padding: 0;
    text-align:center;
	width: 143px;
	background: #26211b;

}

.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 {
	text-decoration: underline;

	top: 26px;
}

.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: 0px;

}

.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  {
	text-decoration: underline;


}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	text-decoration: underline;
}

.sf-blue li {
}

.sf-blue li li {
	border-left: 0;
	border-right: 0;
}

.sf-blue ul ul {
}

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

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

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

.sf-blue-after {

}

@media print {

/*------------------------------------------------------------------
	PRINT
	Styles for print
------------------------------------------------------------------*/
body{ display: none }
div{ display: none }

 }

