
/*** ESSENTIAL STYLES ***/
.sf-nav, .sf-nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-nav {
	line-height:	1.0;
}
.sf-nav ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-nav ul li {
	/* width:			100%; */
	float: none !important;
}
.sf-nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-nav li {
/* 	float:			left; */
	position:		relative;
	z-index: 99999; /* IMPORTANT FOR IE7: KEEPS MENU ON TOP OF MARQUEE */
}
.sf-nav a {
	/* display:		block; */
	position:		relative;
}
.sf-nav li:hover ul,
.sf-nav li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	border: 1px solid #FFF;
	font-family: Arial, sans-serif;
	color: #FFF;
	/* background: #69A940; */
}

.sfHover {
	z-index: 9999999 !important;
	}

#green ul {
    background: #69A940;
    }
    
#blue ul {
    background: #516ac6;
    }
    
#orange ul {
    background: #fc6c27;
    }
    
#red ul {
    background: #ed3b50;
    }
    
ul.sf-nav li:hover li ul,
ul.sf-nav li.sfHover li ul {
	top:			-999em;
}
ul.sf-nav li li:hover ul,
ul.sf-nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-nav li li:hover li ul,
ul.sf-nav li li.sfHover li ul {
	top:			-999em;
}
ul.sf-nav li li li:hover ul,
ul.sf-nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-nav {
	float:			right;
	/* margin-bottom:	1em; */
}
.sf-nav a {
	/*
border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
*/
}
.sf-nav a, .sf-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/* color:			#13a; */
}
.sf-nav li {
	/* background:		#BDD2FF; */
}
    
.sf-nav li li {
	background: none;
	padding: 0px !important;
	padding-bottom: 3px !important;
	min-height: inherit !important;
	/* margin-left: 25px !important; */
}

.sf-nav li li a {
	color: #FFF !important;
	font-size: 13px !important;
	/* font-family: Arial, sans-serif !important; */
	text-transform: none !important;
	font-weight: normal !important; 
	width: auto !important;
	padding-left: 50px !important;
	margin-left: 0px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	display: block;
	line-height: 16px;
	font-family: myriad-pro,sans-serif !important;
	background: url('/static/images/dim-arrow.png') 18px 6px no-repeat !important;
	/* margin-right: 0px !important; */	
	padding-right: 15px !important;
}

.sf-nav li li a:hover {
	background: url('/static/images/arrow.png') 18px 7px no-repeat !important;
	}
	
.sf-nav li li:hover {
	background: none !important;
	}

.sf-nav li li li {
	/* background:		#9AAEDB; */
	/* background:	url('/media/images/menu-bkg.png') bottom left repeat-x !important; */
}
.sf-nav li:hover, .sf-nav li.sfHover,
.sf-nav a:focus, .sf-nav a:hover, .sf-nav a:active {
	/* background:		#CFDEFF; */
	outline:		0;
}

/*** arrows **/
.sf-nav a.sf-with-ul {
	/* padding-right: 	2.25em; */
	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:		none; /* 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 */
.sf-nav ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-nav ul a:focus > .sf-sub-indicator,
.sf-nav ul a:hover > .sf-sub-indicator,
.sf-nav ul a:active > .sf-sub-indicator,
.sf-nav ul li:hover > a > .sf-sub-indicator,
.sf-nav 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('/media/images/shadow.png') no-repeat bottom right; */
	padding: 0px 0px 0px 0px;
	/*
-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
*/
	margin-top: 5px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}