
/*** ESSENTIAL STYLES ***/
.navlist, .navlist * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.navlist {
	line-height:	1.0;
}
.navlist ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.navlist ul li {
	width:			100%;
	background:		#90270a;
}

.navlist ul li a:link,
.navlist ul li a:visited {
	font-size:		12px;
	padding: 		10px 5px 10px 10px;
}

.navlist li.active ul li a {
	background-image: none !important;
}



.navlist li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.navlist li {
	float:			left;
	position:		relative;
}
.navlist a {
	display:		block;
	position:		relative;
	padding:		0;
}

.navlist li:hover ul,
.navlist li.sfHover ul {
	left:			0;
	top:			64px; /* match top ul list item height */
	z-index:		99;
}
ul.navlist li:hover li ul,
ul.navlist li.sfHover li ul {
	top:			-999em;
}
ul.navlist li li:hover ul,
ul.navlist li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.navlist li li:hover li ul,
ul.navlist li li.sfHover li ul {
	top:			-999em;
}
ul.navlist li li li:hover ul,
ul.navlist li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-sub-indicator {
	
}


/*** arrows **/
.navlist a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
background:url("../images/arrows-ffffff.png") no-repeat scroll -10px -100px transparent;
display:block;
height:10px;
overflow:hidden;
position:absolute;
right:0.3em;
text-indent:-999em;
top:2.05em;
width:10px;

}
#nav .dropdown {
	background-image: none !important;
	padding-right: 20px;

}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */

	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 */
.navlist ul .sf-sub-indicator { background-position:  -10px 0; }
.navlist ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.navlist ul a:focus > .sf-sub-indicator,
.navlist ul a:hover > .sf-sub-indicator,
.navlist ul a:active > .sf-sub-indicator,
.navlist ul li:hover > a > .sf-sub-indicator,
.navlist 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;
}
