
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	width:			110px;
	margin-right:	1px;
	background:		url(../images/nav/navbttns-bg.png) 0 0 no-repeat;
}
/* exception: My EFR - default */
.sf-menu li#myefr {
	width:			115px;
	background:		url(../images/nav/navbttns-bg.png) 0 -105px no-repeat;
}

.sf-menu li a {
	display:		block;
	position:		relative;
	height:			25px;
	padding-top:	10px;
	color:			#fff;
	text-align:		center;
	text-decoration:none;
}
.sf-menu li h3 a {
	color:#fff;
	display:inline;
}
.sf-menu li h3 a:hover {
	text-decoration:underline;
}

ul.sf-menu li.active a {
	background:url(../images/nav/navbttns-bg.png) 0 -70px no-repeat;
}

ul.sf-menu li.active li a {
    background:none;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	background:url(../images/nav/navbttns-bg.png) 0 -35px repeat-x;
}

/* exception: My EFR - active */
ul.sf-menu li#myefr.active a {
	background:url(../images/nav/navbttns-bg.png) 0 -175px no-repeat;
}
/* exception: My EFR - hover*/
.sf-menu li#myefr:hover, .sf-menu li#myefr.sfHover {
	background:url(../images/nav/navbttns-bg.png) 0 -140px repeat-x;
}



/* first level sub items */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	width:			336px !important;
	left:			-1px;
	top:			35px;
	z-index:		999;
	background:		url(../images/nav/subnav-bg.png) repeat-y;
}

.sf-menu li#myefr:hover ul,
.sf-menu li#myefr.sfHover ul {
	background:		url(../images/nav/subnav-myefr-bg.png) repeat-y;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	font-size:		11px;
}

.sf-menu li:hover ul li,
.sf-menu li.sfHover ul li {
	width:			333px !important;
	padding-bottom:10px;
	text-align:		left;
	background:		none !important;
	border-bottom:	1px solid #205a89;
}

.sf-menu li:hover ul li h3,
.sf-menu li.sfHover ul li h3 {
	margin:			15px 0 4px 24px;
	font-size:		11px;
	color:			#fff;
}


/* second level sub items */
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul {
	position:		relative !important;
	top:			0;
	margin:			0px 0 0px 27px;
	background:		none !important;
	zoom:			1;
	overflow:		auto;
}

.sf-menu li:hover ul li ul li,
.sf-menu li.sfHover ul li ul li {
	float:			left;
	width:			140px !important;
	padding:0;
	line-height:	1.5em !important;
	margin-right:	10px;
	border:			none;
}

.sf-menu li:hover ul li ul li a,
.sf-menu li.sfHover ul li ul li a {
	display:		inline;
	padding:		0 0 0 10px;
	color:			#a3cdef;
	background:		url(../images/icons/arrow-blue.gif) 0px 5px no-repeat;
}
.sf-menu li:hover ul li ul li a:hover,
.sf-menu li.sfHover ul li ul li a:hover {
	color:			#ffffff;
	/*background:		none;*/
	background:		url(../images/icons/arrow-white.gif) 0px 5px no-repeat;
}
.sf-menu li:hover ul li ul li.active a,
.sf-menu li.sfHover ul li ul li.active a {
	color:			#ff8106;
	background:		url(../images/icons/arrow-orange.gif) 2px 5px no-repeat;
}
.sf-menu li:hover ul li ul li.active a:hover,
.sf-menu li.sfHover ul li ul li.active a:hover {
	background:		url(../images/icons/arrow-orange.gif) 3px 5px no-repeat;
}



/*** arrows **/
.sf-menu 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:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 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-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu 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;
}
