/*** ESSENTIAL STYLES ***/
.dropdown-pages, .dropdown-pages * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dropdown-pages {
	line-height:	1.0;
	position: 		relative;
	z-index: 		5;
}
.dropdown-pages ul {
	position:		absolute;
	top:			-999em;
	width:			174px; /* left offset of submenus need to match (see below) */
}
.dropdown-pages ul li {
	width:			100%;
}
.dropdown-pages li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.dropdown-pages li {
	float:			left;
	position:		relative;
}
.dropdown-pages a {
	display:		block;
	position:		relative;
	color: 			#919191;
}
.dropdown-pages li:hover ul,
.dropdown-pages li.sfHover ul {
	left:			0;
	top:			3.8em; /* match top ul list item height */
	z-index:		200;
	padding:		0;
	padding-top:	6px;
	border:			none;
	background:		#e0e0e0;
}
.dropdown-pages .dropdown-bottom {
	width:			174px;
	height:			16px;
	z-index:		200;
	border:			none;
	position:		absolute;
	bottom:			-16px;
	left:			0px;
	background:		url("../images/dropdown-bottom.png") no-repeat left bottom;
}
ul.dropdown-pages li:hover li ul,
ul.dropdown-pages li.sfHover li ul {
	top:			-999em;
}
ul.dropdown-pages li li:hover ul,
ul.dropdown-pages li li.sfHover ul {
	left:			174px; /* match ul width */
	top:			0;
}
ul.dropdown-pages li li:hover li ul,
ul.dropdown-pages li li.sfHover li ul {
	top:			-999em;
}
ul.dropdown-pages li li li:hover ul,
ul.dropdown-pages li li li.sfHover ul {
	left:			174px; /* match ul width */
	top:			0;
}

.dropdown-pages {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-pages a {
    height:         33px;
	padding:        19px 10px 0 6px;
	border:		    none;
	text-decoration:none;
}
.dropdown-pages a:hover {
	color: 			#fff;
}
.dropdown-pages a.sf-with-ul:hover {
	color: 			#292929;
	background:		url("../images/dropdown-hover.gif") no-repeat right 10px;
}
.dropdown-pages li.sfdropdownhover:hover {
	background:		url("../images/dropdown-hover.gif") no-repeat left 10px;
}
.dropdown-pages li ul li.sfdropdownhover:hover {
	background:		none;
}
.dropdown-pages a  {
	color:			#a6a6a6;
	float: 			left;
}
.dropdown-pages li {
	background:		transparent;
	padding:        0;
	padding-left:	4px;
}
.dropdown-pages li li a {
	width:			84%;
	padding:		10px;
	height:			13px;
	color:          #737373;
	display:		block;
	background:		url("../images/dropdown-spacer.gif") no-repeat top;
}
.dropdown-pages li li a:hover {
	color:          #373636;
	background:		#ececec url("../images/dropdown-spacer.gif") no-repeat top;
}



.dropdown-pages a.sf-with-ul {
	padding-right: 	35px;
	min-width:		1px;
}
.dropdown-pages li li a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px;
}

.dropdown-pages li:hover a.sf-with-ul {
	color: 		#292929;
	background: url("../images/dropdown-hover.gif") no-repeat right 10px;
}
.dropdown-pages li ul li:hover a.sf-with-ul {
	color:		#373636;
	background:	url("../images/dropdown-spacer.gif") no-repeat top;
}
.dropdown-pages li ul li:hover {
	color:		#373636;
	background:	none;
}
.dropdown-pages li ul li a.sf-with-ul:link, .dropdown-pages li ul li a.sf-with-ul:active, .dropdown-pages li ul li a.sf-with-ul:visited {
	color: 		#737373;
	background: url("../images/dropdown-spacer.gif") no-repeat top;
}
.dropdown-pages li ul li a.sf-with-ul:hover {
	color:		#373636;
	background:	#ececec url("../images/dropdown-spacer.gif") no-repeat top;
}

.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;
}
a .sf-sub-indicator {
	top:			1.2em;
	width:			16px;
	height:			16px;
	margin-top:		4px;
	background: 	url('../images/dropdown-arrow.gif') no-repeat;
}


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/dropdown-arrow-hover.gif') no-repeat;
}

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


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