/* 
	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;
	height: 4.7em;
	background: #958c83 url(http://ebusinesshosting.ca/accountants/images/nav-front.gif) repeat-x left top;
	padding: 0;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #958c83 url(http://ebusinesshosting.ca/accountants/images/nav-front.gif) repeat-x left top;
	z-index: 9;
}

.sf-blue ul ul {
	top: 26px;
	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: 25px 0 19px 0;
	position: relative;
	color: #4E6682;
}

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

.sf-blue a{
	font-size: 18px;
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 31px;
	padding:0 22px 0 22px;
	overflow: hidden;
}

.sf-blue a:visited{
	font-size: 18px;
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 31px;
	padding:0 22px 0 22px;
	overflow: hidden;
}

.sf-blue a:hover {
	font-size: 18px;
	float: left;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 31px;
	padding:0 22px 0 22px;
	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;
}

.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  {
	color: #000000;
	background: #e3d8ce url(http://ebusinesshosting.ca/accountants/images/nav-back.gif) repeat-x left top;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	color: #000000;
	background: #e3d8ce url(http://ebusinesshosting.ca/accountants/images/nav-back.gif) repeat-x left top;
}

.sf-blue li.selected a, 
.sf-blue li.current-cat a, 
.sf-blue li.current-cat-parent, 
.sf-blue li.current_page_item, 
.sf-blue li.current_page_parent,
.sf-blue li.current_page_ancestor  {
	color: #000000;

}
