/*** ESSENTIAL STYLES ***/
.dropdown-categories, .dropdown-categories * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dropdown-categories {
	line-height:	1.0;
}
.dropdown-categories ul {
	position:		absolute;
	top:			-999em;
	width:			15.65em; /* 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:			3em; /* match top ul list item height */
	z-index:		99;
	padding-top:	10px;
	border-bottom:	3px solid #d4d4d4;
	background:		#f1f1f1;
}
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:			15.65em; /* 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:			15.65em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.dropdown-categories {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-categories a {
    height:         31px;
	padding:        17px 10px 0 10px;
	border:		    none;
	text-decoration:none;
}
.dropdown-categories a:hover {
	color: 			;
}
.dropdown-categories a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#919191;
	float: 			left;
}
.dropdown-categories li {
	background:		transparent;
	padding:        0;
}
.dropdown-categories li li a {
	width:			91%;
	padding:		10px;
	height:			15px;
	color:          #888;
	display:		block;
	border-left:	1px solid #d4d4d4;
	border-right:	1px solid #d4d4d4;
}
.dropdown-categories li li a:hover {
	color:          #2782e0;
	background:		#ececec;
}
.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;
}



/* 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: ; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.dropdown-categories ul .sf-sub-indicator { background:  ; }
.dropdown-categories ul a > .sf-sub-indicator { background: ; }
/* 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; 
}
*/

.sf-sub-indicator{
font-size:24pt;
display:none;
}
