
/*** ESSENTIAL STYLES ***/
.sf-menu {
	top: 0;
	left: 240px;
	height: 78px;
	width: 720px;
	margin: 0;	
	font-size: 12px;
	font-family: 'AvenirBook', sans-serif;
	z-index: 9999;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 144px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
	z-index: 999;
	}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	z-index: 999;
}
.sf-menu li {
	float: left;
	position: relative;
	width: 144px;
	z-index: 999;
}
.sf-menu a {
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 78px; /* match top ul list item height */
	z-index: 9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 144px; /* match ul width */
	top: 0;
	z-index: 999;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 144px; /* match ul width */
	top: 0;
	z-index: 999;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	z-index: 999;
}
.sf-menu a {
	text-decoration:none;
	color: #fff;
}

.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { display: none; }
.sf-menu ul a > .sf-sub-indicator { display: none; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	display: none; /* arrow hovers for modern browsers*/
}

.sf-menu a { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	display: block;
	position: relative;
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}

a.topLevel {
	font-size: 14px;
	text-align: center;
	height: 33px !important;
	height: 78px;
	height/**/: /**/33px;
	padding: 45px 0 0 0;
	color: #4d4b42;
	border-bottom: none;
	background: none;
}

	#navDiffs ul {
		background: url(/images/nav/bar-difference-ul-bg.png);
	}
	
	#navDiffs ul a:hover  {
		background: #717637;
	}
	
	#navDiffsTop {
		background: url(/images/nav/bar-difference.png)	left bottom repeat-x;
	}
	
	#navDiffsTop:hover {
		background: url(/images/nav/bar-difference-o.png) left bottom repeat-x;
	}
	
	
	
	#navAbout ul {
		background: url(/images/nav/bar-about-ul-bg.png);
	}
	
	#navAbout ul a:hover  {
		background: #424b3e;
	}
	
	#navAboutTop {
		background: url(/images/nav/bar-about.png) left bottom repeat-x;
	}
	
	#navAboutTop:hover {
		background: url(/images/nav/bar-about-o.png) left bottom repeat-x;
	}
	
	
	
	#navHouse ul {
		background: url(/images/nav/bar-houses-ul-bg.png);
	}
	
	#navHouse ul a:hover  {
		background: #3c2026;
	}
	
	#navHouseTop {
		background: url(/images/nav/bar-houses.png)	left bottom repeat-x;
	}
	
	#navHouseTop:hover {
		background: url(/images/nav/bar-houses-o.png)	left bottom repeat-x;
	}
	
	
	
	#navTailor ul {
		background: url(/images/nav/bar-tailor-ul-bg.png);
	}
	
	#navTailor ul a:hover  {
		background: #5b4141;
	}
	
	#navTailorTop {
		background: url(/images/nav/bar-tailor.png)	left bottom repeat-x;
	}
	
	#navTailorTop:hover {
		background: url(/images/nav/bar-tailor-o.png)	left bottom repeat-x;
	}
	
	
	
	#navNews ul {
		background: url(/images/nav/bar-news-ul-bg.png);	
	}
	
	#navNews ul a:hover  {
		background: #8b7a71;
	}
	
	#navNewsTop {
		background: url(/images/nav/bar-news.png)	left bottom repeat-x;
	}
	
	#navNewsTop:hover {
		background: url(/images/nav/bar-news-o.png)	left bottom repeat-x;
	}




