/*** 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:			15.65em; /* 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:			4em; /* match top ul list item height */
	z-index:		200;
	padding-top:	10px;
	border:			none;
	border-bottom:	3px solid #d4d4d4;
	background:		#f1f1f1 url("../images/droptop.gif") no-repeat top;
}
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:			15.65em; /* 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:			15.65em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.dropdown-pages {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-pages a {
    height:         31px;
	padding:        17px 10px 0 10px;
	border:		    none;
	text-decoration:none;
}
.dropdown-pages a:hover {
	color: 			;
}
.dropdown-pages a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#919191;
	float: 			left;
}
.dropdown-pages li {
	background:		transparent;
	padding:        0;
}
.dropdown-pages li li a {
	width:			88%;
	padding:		10px;
	height:			15px;
	color:          #888;
	display:		block;
	border-left:	1px solid #d4d4d4;
	border-right:	1px solid #d4d4d4;
}
.dropdown-pages li li a:hover {
	color:          #2782e0;
	background:		#ececec;
}
.dropdown-pages li li {
	background:		; /* match bg */
	font-weight:	normal;
}
.dropdown-pages li li li {
	background:		; /* match bg  */
	font-weight:	normal;
}
.dropdown-pages li li a {
	background:		; /* match bg  */
}
.dropdown-pages li li li a {
    width:			87.5%;
	margin-left:	1px;
	background:		; /* match bg  */
}
.dropdown-pages li li a:hover {
	background:		;
}
.dropdown-pages li li li a:hover {
	background:		; 
}

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

/*** arrows **/
.dropdown-pages a.sf-with-ul {
	padding-right: 	35px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.dropdown-pages 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/list-item.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/droparrow.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/droparrow.gif') no-repeat; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.dropdown-pages ul .sf-sub-indicator { background:  url('../images/list-item.gif') no-repeat; }
.dropdown-pages ul a > .sf-sub-indicator { background: url('../images/list-item.gif') no-repeat; }
/* apply hovers to modern browsers */
.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-position: 0 0; /* arrow hovers for modern browsers*/
}