/*** ESSENTIAL STYLES ***/
.dropdown-categories, .dropdown-categories * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:		left;
}
.dropdown-categories {
	line-height:	1.0;
	position:		 relative;
	z-index: 		5;
}
.dropdown-categories ul {
	position:		absolute;
	top:			-999em;
	width:			15.95em; /* 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 {
	left:			0;
	top:			3.2em; /* match top ul list item height */
	z-index:		99;
	padding:		10px;
	background:		#f2f6f9;
	border-bottom:	3px solid #dce2e7;
	border-left:	1px solid #dce2e7;
	border-right:	1px solid #dce2e7;
}
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:			-18.6em; /* match ul width */
	top:			0;
	border-top:		1px solid #dce2e7;
}
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:			-18.6em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.dropdown-categories {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-categories a {
	border:		    none;
	text-decoration:none;
}
.dropdown-categories a:hover {
	color: 			;
}
.dropdown-categories li {
	background:		transparent;
	padding:        0;
}
.dropdown-categories li li a {
	width:			89%;
	padding:		10px;
	height:			15px;
	color:          #99abb9;
	display:		block;
	border:			1px solid #f2f6f9;
}
.dropdown-categories li li a:hover {
	color:          #576d7d;
	background:		#fff;
	border:			1px solid #e4ebf0;
}
.dropdown-categories li li {
	background:		; /* match bg */
	font-weight:	normal;
}
.dropdown-categories li li li {
	background:		; /* match bg  */
	font-weight:	normal;
}
.dropdown-categories li li a {
	background:		; /* match bg  */
}
.dropdown-categories li li li a {
    width:			87.5%;
	margin-left:	1px;
	background:		; /* match bg  */
}
.dropdown-categories li li a:hover {
	background:		;
}
.dropdown-categories li li li a:hover {
	background:		; 
}

.dropdown-categories li ul li a:hover {
	outline:		0;
}

/*** arrows **/
.dropdown-categories li li a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/undefined.gif') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	width:			19px;
	height:			19px;
	margin-top:		4px;
	background: 	url('../images/undefined.gif') no-repeat; /* use translucent arrow for modern browsers*/
}

/* 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: url('../images/undefined.gif') no-repeat; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.dropdown-categories ul .sf-sub-indicator { background:  url('../images/undefined.gif') no-repeat; }
.dropdown-categories ul a > .sf-sub-indicator { background: url('../images/undefined.gif') no-repeat; }
/* apply hovers to modern browsers */
.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-position: 0 0;
}
