/* 
	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: 0;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 52px;
	z-index: 9;
}

.sf-blue ul ul {
	top: 52px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
	margin-left: -4px;
	height: 26px;
}

.sf-blue ul ul ul {
	margin: -60px 0 0 170px;
}

.sf-blue li {
	float: left;
	padding: 0;
	height: 52px;
	position: relative;
}

.sf-blue li li {
	float: left;
	padding: 0;
	width: 170px;
	height: 26px;
}

.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: 52px;
	line-height: 52px;
	padding: 0 15px;
	overflow: hidden;
}

.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
	height: 26px;
	line-height: 26px;
}

.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:hover, 
.sf-blue li.wpmhover {
	background: url(menu-background_mbo.png) bottom left repeat-x;
}

.sf-blue li li:hover, 
.sf-blue li li.wpmhover {
	background: #1C86EE;
}

.sf-blue li li li:hover, 
.sf-blue li li li.wpmhover {
	background: #0B75DD;
}

.sf-blue li li li li:hover, 
.sf-blue li li li li.wpmhover {
	background: #0A65CC;
}



.sf-blue-menu {
	float: left;
	background: url(menu-background2.png);
}

.sf-blue-before2 {
	float: left;
	width: 170px;
	height: 8px;
	overflow: hidden;
	background: url(menu-header.png) no-repeat;
}

.sf-blue-after2 {
	position: relative;
	top: 8px;
	float: left;
	margin-top: -8px;
	width: 170px;
	height: 8px;
	overflow: hidden;
	background: url(menu-footer.png) no-repeat;
}
