/*** ESSENTIAL STYLES ***/
.dropdown-categories, .dropdown-categories * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dropdown-categories {
	line-height:	1.0;
	position: 		relative;
	z-index: 		150;
}
.dropdown-categories ul {
	position:		absolute;
	top:			-999em;
	width:			178px; /* left offset of submenus need to match (see below) */
}
.dropdown-categories ul li {
	width:			100%;
}
.dropdown-categories li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.dropdown-categories li {
	float:			left;
	position:		relative;
}
.dropdown-categories a {
	display:		block;
	position:		relative;
	color: 			#919191;
}
.dropdown-categories li:hover ul,
.dropdown-categories li.sfHover ul {
	width:			170px;
	top:			2.8em; /* match top ul list item height */
	left:			0;
	z-index:		205;
	padding:		0;
	padding-top:	4px;
	padding-bottom:	4px;
	padding-right:	4px;
	padding-left:	4px;
	border:			none;
	background:		url("../images/dropdown-bg.png") repeat-y;
	box-shadow: 	2px 2px 4px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.dropdown-categories .dropdown-bottom {
	width:			178px;
	height:			1px;
	z-index:		200;
	border:			none;
	position:		absolute;
	bottom:			0px;
	left:			0px;
	background:		url("../images/dropdown-bottom.png") no-repeat;
}
ul.dropdown-categories li:hover li ul,
ul.dropdown-categories li.sfHover li ul {
	top:			-999em;
}
ul.dropdown-categories li li:hover ul,
ul.dropdown-categories li li.sfHover ul {
	left:			176px; /* match ul width */
	top:			0;
}
ul.dropdown-categories li li:hover li ul,
ul.dropdown-categories li li.sfHover li ul {
	top:			-999em;
}
ul.dropdown-categories li li li:hover ul,
ul.dropdown-categories li li li.sfHover ul {
	left:			176px; /* match ul width */
	top:			0;
}

.dropdown-categories {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-categories li {
	margin-right:	10px;
	background:		url("../images/cat-dropdown.gif") no-repeat;
}
.dropdown-categories li:hover {
	background:		url("../images/cat-dropdown-hover.gif") no-repeat;
}
.dropdown-categories a {
    height:         28px;
	padding:        12px 10px 0 10px;
	color:			#5e5d5d;
	border:		    none;
	text-decoration:none;
	float:			left;
	background:		url("../images/cat-dropdown-right.gif") no-repeat right;
}
.dropdown-categories a:hover {
	color: 			#fff;
	background:		#a3a3a3;
	background:		url("../images/cat-dropdown-right-hover.gif") no-repeat right;
}

.dropdown-categories li.sfdropdownhover:hover {

}
.dropdown-categories li ul li.sfdropdownhover:hover {
	background:		none;
}
.dropdown-categories li {
	padding:        0;
}
.dropdown-categories li li a {
	width:			150px;
	padding:		10px;
	height:			13px;
	color:          #6c6c6c;
	display:		block;
	border-bottom:	1px solid #e6e6e6;
	background:		#fff url("../images/dropdown-spacer.gif") no-repeat top;
}
.dropdown-categories li li a:hover {
	color:          #6c6c6c;
	background:		#f2f2f2 url("../images/dropdown-spacer.gif") no-repeat top;
}

.dropdown-categories a.sf-with-ul {
	padding-right: 	25px;
	min-width:		1px;
	background:		url("../images/cat-dropdown-right.gif") no-repeat right;
}
.dropdown-categories a.sf-with-ul:hover {
	color: 			#fff;
	background:		url("../images/cat-dropdown-right-hover.gif") no-repeat right;
}
.dropdown-categories li li a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px;
}

.dropdown-categories li:hover a.sf-with-ul {
	color: 			#fff;
	background:		url("../images/cat-dropdown-hover.gif") no-repeat;
}
.dropdown-categories li ul li:hover a.sf-with-ul {
	color: 			#fff;
	background:		#a3a3a3;
}
.dropdown-categories li ul li:hover {
	color:			#373636;
	background:		none;
}
.dropdown-categories li ul li a.sf-with-ul:link, .dropdown-categories li ul li a.sf-with-ul:active, .dropdown-categories li ul li a.sf-with-ul:visited {
	color: 			#6c6c6c;
	background: 	#fff;
}
.dropdown-categories li ul li a.sf-with-ul:hover {
	color:			#6c6c6c;
	background:		#f2f2f2;
}

.dropdown-categories .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0.8em;
	width:			8px;
	height:			5px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/list-item.png') no-repeat;
}
.dropdown-categories a .sf-sub-indicator {
	top:			0;
	right:			0;
	width:			19px;
	height:			40px;
	background: 	url('../images/cat-dropdown-right-arrow.gif') no-repeat;
}



.dropdown-categories a:focus > .sf-sub-indicator, .dropdown-categories a:hover > .sf-sub-indicator, .dropdown-categories  a:active > .sf-sub-indicator, .dropdown-categories  li:hover > a > .sf-sub-indicator, .dropdown-categories  li.sfHover > a > .sf-sub-indicator {
	background: url('../images/cat-dropdown-right-arrow-hover.gif') no-repeat;
}

.dropdown-categories ul .sf-sub-indicator {
	background: url('../images/list-item.png') no-repeat; 
}
.dropdown-categories ul a > .sf-sub-indicator {
	background: url('../images/list-item.png') no-repeat;
}


.dropdown-categories ul a:focus > .sf-sub-indicator, .dropdown-categories ul a:hover > .sf-sub-indicator, .dropdown-categories ul a:active > .sf-sub-indicator, .dropdown-categories ul li:hover > a > .sf-sub-indicator, .dropdown-categories ul li.sfHover > a > .sf-sub-indicator {
	background: url('../images/list-item.png') no-repeat;
}
