/*** 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:			250px; /* 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' 
	background:url("../images/home-over.gif") no-repeat;*/
}
.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:			-2px;
	top:			37px; /* match top ul list item height */
	z-index:		200;
	padding:		0;
	padding-top:	1px;
	padding-bottom:	1px;
	border:			none;
	background-color:#FFF;
	/*background:		url("../images/dropdown-bg.gif") repeat-y;*/
	box-shadow: 	2px 3px 4px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:2px 3px 4px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 4px 3px 1px rgba(0, 0, 0, 0.1);
}
.dropdown-pages .dropdown-bottom {
	width:			183px;
	height:			2px;
	z-index:		200;
	border:			none;
	position:		absolute;
	bottom:			-30px;
	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:			210px; /* 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:			183px; /* match ul width */
	top:			0;
}

.dropdown-pages {
	float:			left;
	margin-bottom:	1em;
	padding: 		0;
}
.dropdown-pages a {
    height:         30px;
	padding:        14px 0px 0px 0px;
	color:			#333;
	border:		    none;
	text-decoration:none;
	float:			left;
	/*background:		url("../images/topbar-spacer.gif") no-repeat right;*/
}
.dropdown-pages a:hover {
	color: 			#333;
}

.dropdown-pages li.sfdropdownhover:hover {

}
.dropdown-pages li ul li.sfdropdownhover:hover {
	background:		none;
}
.dropdown-pages li {
	background:		transparent;
	padding:        0px;
	padding-left:	0px;
	padding-right:	0px;
	padding-top:	0px;
	width:auto;
	position:relative;
	display:block;
}
.dropdown-pages li a {
	width:auto;
	padding-left:16px;
	padding-right:15px;
	position:relative;
	display:block;
}

.dropdown-pages li li a {
	width:			83%;
	padding:		12px;
	padding-right:  22px;
	height:			13px;
	color:          #737373;
	display:		block;
	border-bottom:	1px solid #c2c2c2;
	border-top:		1px solid #f4f4f4;
	font-size:13px;
	/*background:		url("../images/dropdown-spacer.gif") no-repeat top;*/
}
#menu-item-1415 .sub-menu a{
	color:#79145B !important;
}

.dropdown-pages li li a:hover {
	color:          #373636;
	background:		#ececec url("../images/dropdown-spacer.gif") no-repeat top;
	/*background:url("../images/home-over.gif") no-repeat;*/
}

.dropdown-pages a.sf-with-ul {
	min-width:		1px;
	/*background: 	url("../images/dropdown-down.gif") no-repeat right;*/
}
.dropdown-pages a.sf-with-ul:hover {
	color: 			#969696;
	/*background: 	url("../images/dropdown-down.gif") no-repeat right;*/
}
.dropdown-pages li li a.sf-with-ul {
	padding-right: 	19px;
	min-width:		1px;
}

.dropdown-pages li:hover a.sf-with-ul {
	color: 			#969696;
	/*background: 	url("../images/dropdown-down.gif") no-repeat right;*/
}
.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;
	width:			84%;
	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;
}