/* 
	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: -10px 0px 0 -40px;
	/*background: transparent;*/
	height: 0px;
	padding: 0;
	text-align: left;
	/*width:625px;*/
}

.sf-blue ul {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	margin-left: 0px;
	padding: 0;
	margin-left:8px;
	background: #5AA1A5;
	z-index: 9;
}

.sf-blue ul ul {
	/*top: 50px;*/
	position: absolute;
	left: -999em;
	width: 150px;
	margin-top: 33px;
	margin-left:0px;
	padding: 0;
	text-align:left;
	background: #377477;
	z-index:100;
}
	
.sf-blue ul ul ul {
	margin: 0px 0 0 139px;
}

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

.sf-blue li li {
	float: left;
	padding: 0;
	width: 150px;
	margin-top:0px;
	height:20px;
}

.sf-blue a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	float: left;
	color: white;
	margin-top:0px;
	text-decoration: none;
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 0px 0 7px;
	text-align:left;
}

 
.sf-blue a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	float: left;
	color: white;
	margin-top:0px;
	text-decoration: none;
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 0px 0 7px;
	text-align:left;
}


.sf-blue a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	float: left;
	color: white;
	margin-top:0px;
	text-decoration: none;
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 0px 0 7px;
	text-align:left;
}

.sf-blue li li a {
	padding: 0;
	text-indent: 10px;
	width: 250px;
	margin-top:0px;
	line-height: 20px;
	height:20px;
	text-align:left;
}

.sf-blue li li li a {
	padding: 0;
	text-indent: 10px;
	width: 250px;
	margin-top:0px;
	line-height: 20px;
	height:20px;
	text-align:left;
}

.sf-blue li li a:visited {
	padding: 0;
	text-indent: 10px;
	width: 150px;
	margin-top:0px;
	line-height: 20px;
	height:20px;
	text-align:left;
}


.sf-blue li li a:hover {
	padding: 0;
	text-indent: 10px;
	width: 150px;
	margin-top:0px;
	line-height: 20px;
	height:20px;
	color:#FAF07B;
}

.sf-blue li:hover ul ul {
	left: -999em;
}

 
.sf-blue li:hover ul ul ul {
	left: -999em;
}


.sf-blue li:hover ul ul ul ul {
	left: -999em;
}


.sf-blue li.wpmhover ul ul {
	left: -999em;
}


.sf-blue li.wpmhover ul ul ul {
	left: -999em;
}


.sf-blue li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-blue li:hover ul{
	left: 0;
}


.sf-blue li li:hover ul{
	left: 0;
}

.sf-blue li li li:hover ul{
	left: 0;
}

.sf-blue li li li li:hover ul{
	left: 0;
}

.sf-blue li.wpmhover ul{
	left: 0;
}

.sf-blue li li.wpmhover ul{
	left: 0;
}

.sf-blue li li li.wpmhover ul{
	left: 0;
}

.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: #515151;
}

.sf-blue ul li.selected, 
.sf-blue ul.current-cat, 
.sf-blue ul.current-cat-parent, 
.sf-blue ul.current_page_item, 
.sf-blue ul.current_page_parent,
.sf-blue ul.current_page_ancestor  {
	background: #377477;
}

.sf-blue li:hover {
	background: #377477;
}


.sf-blue li.wpmhover {
	background: #377477;
}

.sf-blue li {
	border-right: 1px solid #7B797A;
}


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

.sf-blue li li:hover {
	background: #377477;
}

.sf-blue li li.wpmhover {
	background: #377477;
}

.sf-blue ul ul {
}

.sf-blue-after {
	clear: left;
	margin: 0 10px 0 10px;
	/*background: url(shadow.png) repeat-x;*/
	height: 6px;
	/*border-top: 1px solid #104E8B;*/
}

.home {
	width:50px;
	}
	
.about {
	width:53px;
	}
	
.services {
	width:69px;
	}
	
.results {
	width:60px;
	}
	
.testimonials {
	width:96px;
	}
	
.resources {
	width:82px;
	}

.store {
	width:53px;
	margin-top:0px;
	}
	
.blog {
	width:40px;
	}
	
.contact {
	width:80px;
	border-right:none;
	} 