/*** ESSENTIAL STYLES ***/
.dropmenu, .dropmenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dropmenu {
	line-height:	1.0;
}
.dropmenu ul {
	position:		absolute;
	top:			-999em; /* left offset of subdropmenus need to match (see below) */
	border-bottom: 3px solid #CDCF61;
	width: 8em;
}
.dropmenu ul li {
	width:			100%;
}
.dropmenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.dropmenu li {
	float:			left;
	position:		relative;
}
.dropmenu a {
	display:		block;
	position:		relative;
}
.dropmenu li:hover ul, .dropmenu li.sfHover ul {
	left:			0;
	top:			2.1em; /* match top ul list item height */
	z-index:		99;
}
ul.dropmenu li:hover li ul, ul.dropmenu li.sfHover li ul {
	top:			-999em;
}
ul.dropmenu li li:hover ul, ul.dropmenu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.dropmenu li li:hover li ul, ul.dropmenu li li.sfHover li ul {
	top:			-999em;
}
ul.dropmenu li li li:hover ul, ul.dropmenu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.dropmenu {
	float:			left;
	margin-bottom:	0em;
}
.dropmenu a   {
	border-left:	none;
	border-top:		none;
	text-decoration:none;
	border-right-style: none;
	border-bottom-style: none;
	display: block;
}
.dropmenu li li a {
	padding: 0px 8px;
	line-height: 14px;
}
.dropmenu a, .dropmenu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#717171;
}
.dropmenu li {
	background-color: #FFF;
	line-height: 25px;
	padding-right: .7em;
	padding-left: .7em;
}
.dropmenu li li {
	background-color: #FFF;
	padding: 0px 0px 11px;
}
.dropmenu li li li {
	background-color: #FFF;
}
.dropmenu li:hover, .dropmenu li.sfHover, .dropmenu a:focus, .dropmenu a:hover, .dropmenu a:active {
	outline:		0;
	background-color: #FFF;
	color: #CDCF61;
}
/*** arrows **/
.dropmenu a.sf-with-ul {
	padding-right: 	1em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			0em;
	top:			0em; /* IE6 only */
	width:			0px;
	height:			0px;
	text-indent: 	0em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* 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-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.dropmenu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.dropmenu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.dropmenu ul a:focus > .sf-sub-indicator, .dropmenu ul a:hover > .sf-sub-indicator, .dropmenu ul a:active > .sf-sub-indicator, .dropmenu ul li:hover > a > .sf-sub-indicator, .dropmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

