/*** ESSENTIAL STYLES ***/
.dropdown-pages, .dropdown-pages * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dropdown-pages {
	line-height:	1.0;
	position: 		relative;
	z-index: 		200;
}
.dropdown-pages ul {
	position:		absolute;
	top:			-999em;
	width:			178px; /* 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 {
	position:		relative;
	margin-top:		10px;
	text-align:		right;
}
.dropdown-pages a {
	display:		inline-block;
	position:		relative;
	color: 			#fff;
	background:		url("../images/left-menu.png") repeat;
}
.dropdown-pages li:hover ul,
.dropdown-pages li.sfHover ul {
	width:			168px;
	top:			-10px; /* match top ul list item height */
	right:			-200px;
	z-index:		200;
	padding:		6px 9px 0 15px;
	border:			none;
	background:		url("../images/dropdown-top.png") no-repeat top;
}
.dropdown-pages .dropdown-bottom {
	width:			192px;
	height:			13px;
	z-index:		200;
	border:			none;
	position:		absolute;
	bottom:			-13px;
	left:			0px;
	background:		url("../images/dropdown-bottom.png") no-repeat;
}
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:			176px; /* match ul width */
	top:			-10px;
}
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:			176px; /* match ul width */
	top:			-10px;
}

.dropdown-pages {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-pages a {
    height:         23px;
	padding:        9px 26px 0 10px;
	color:			#fff;
	border:		    none;
	text-decoration:none;
}
.dropdown-pages a:hover {
	color: 			#fff;
	background:		url("../images/left-hover.gif") repeat-x;
}

.dropdown-pages li.sfdropdownhover:hover {

}

.dropdown-pages li ul li {
	margin-top:		0;
	text-align:		left;
}
.dropdown-pages li ul li.sfdropdownhover:hover {
	background:		none;
}
.dropdown-pages li {
	background:		transparent;
	padding:        0;
}
.dropdown-pages li li a {
	width:			149px;
	padding:		10px;
	height:			16px;
	color:          #6c6c6c;
	display:		block;
	background:		url("../images/dropdown-spacer.gif") no-repeat bottom;
}
.dropdown-pages li li a:hover {
	color:          #6c6c6c;
	background:		url("../images/dropdown-hover.gif") no-repeat;
}

.dropdown-pages a.sf-with-ul {
	min-width:		1px;
}

.dropdown-pages a.sf-with-ul:hover {
	color: 			#fff;

}

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

.dropdown-pages li:hover ul li a.sf-with-ul {
	color:			#6c6c6c;
	background:		url("../images/dropdown-spacer.gif") no-repeat bottom;
}

.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: 			#6c6c6c;
}
.dropdown-pages li ul li a.sf-with-ul:hover {
	color:			#6c6c6c;
	background:		url("../images/dropdown-hover.gif") no-repeat bottom;
}

.dropdown-pages .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-pages a .sf-sub-indicator {
	top:			0.8em;
	width:			8px;
	height:			5px;
	margin-top:		4px;
	background: 	url('../images/list-item.png') no-repeat;
}


.dropdown-pages a:focus > .sf-sub-indicator, .dropdown-pages a:hover > .sf-sub-indicator, .dropdown-pages a:active > .sf-sub-indicator, .dropdown-pages li:hover > a > .sf-sub-indicator, .dropdown-pages li.sfHover > a > .sf-sub-indicator {
	background: url('../images/list-item.png') 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;
}
