/* 
	WordPress Menubar Plugin
	sf-fixit.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-fixit {
	margin: 10px 0px 0px 12px;
	background: none; 
	height: 48px;
	padding: 0;
	text-align: left;
}

.sf-fixit ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 9;
}

.sf-fixit ul ul {
	top: 26px;
	position: absolute;
	left: -999em;
	width: 150;
	margin: 0;
	padding: 0;
}
	
.sf-fixit ul ul ul {
	margin: -26px 0 0 160;
}

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

.sf-fixit li li {
	float: left;
	padding: 0;
	width: 150;
}

.sf-fixit a /*, 
.sf-fixit a:hover*/ {
	font-size: 11px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 45px;
	line-height: 26px;
	padding: 0 10px;
	overflow: hidden;
}

.sf-fixit li li a {
	padding: 0;
	text-indent: 8px;
	width: 147px;
	color: #77B9EA;
	background: #fff;
	overflow: hidden;
}
.sf-fixit li li a:hover {
	color: #fff;
	background: #77B9EA;
}

.sf-fixit li:hover ul ul, 
.sf-fixit li:hover ul ul ul,
.sf-fixit li:hover ul ul ul ul,  
.sf-fixit li.wpmhover ul ul, 
.sf-fixit li.wpmhover ul ul ul, 
.sf-fixit li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-fixit li:hover ul, 
.sf-fixit li li:hover ul, 
.sf-fixit li li li:hover ul, 
.sf-fixit li li li li:hover ul,
.sf-fixit li.wpmhover ul, 
.sf-fixit li li.wpmhover ul, 
.sf-fixit li li li.wpmhover ul,
.sf-fixit li li li li.wpmhover ul{
	left: 0;
}

.sf-fixit li.selected, 
.sf-fixit li.current-cat, 
.sf-fixit li.current-cat-parent, 
.sf-fixit li.current_page_item, 
.sf-fixit li.current_page_parent,
.sf-fixit li.current_page_ancestor  {
	/*background: #77B9EA;*/
	background: url(../../../themes/fixitnow/images/bg-menu-underline.gif) center 75% no-repeat; 
}

.sf-fixit li:hover, 
.sf-fixit li.wpmhover {
	/*background: #77B9EA;*/
	background: url(../../../themes/fixitnow/images/bg-menu-underline.gif) center 75% no-repeat;
}

.sf-fixit li {
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
}

.sf-fixit li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #77B9EA;
	/*border-bottom: 1px solid #77B9EA;*/
	background: #FFF;
	height: 35px;
}

.sf-fixit ul ul {
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	margin-top: 16px;
	border-bottom: 1px solid #77B9EA;
}

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

