/* 
	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 {
	padding:40px 40px 0 0;
	width: 850px;
	float: right;
	margin: 0px auto;
	
}

.sf-blue ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

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

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

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

.sf-blue a, 
.sf-blue a:visited 
{
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	padding: 0 5px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
	width: 150px;
	text-align: center;
	margin-bottom: 0px;
	line-height: 34px;
	height: 34px;
}
.sf-blue a:hover {
	color: #000000;
	background-image: url(images/tab_hov.gif);
	background-repeat: no-repeat;
	
}
.sf-blue ul li li a, .sf-blue ul li li a:visited {
	background-image: url(images/backnewli.png) !important;
	background-repeat: repeat;
}


.sf-blue li li a, .sf-blue li li a:visited 
 {
	padding: 0px;
	width: 150px;
	color: #fff;
	text-align: center;
}
.sf-blue ul li li a:hover {
		color: #000000!important;
		background: url(images/backnewli-hov.png) repeat!important;
		border: 1px dotted #000000!important;
}

.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  {
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
}

.sf-blue li {
	
}

.sf-blue li li {
	
}

.sf-blue ul ul {
}

.sf-blue-after {
	margin: 0px;
	padding: 0px;	
}