
/*** ESSENTIAL Provider STYLES ***/ 
.sf-menuUP, .sf-menuUP * { 
        margin:                 0; 
        padding:                0; 
        list-style:             none; 
} 

.sf-menuUP { 
        line-height:    1.0; 
} 

.sf-menuUP ul { 
        position:               absolute; 
        bottom:                 -999em; 
        width:                  10em; /* left offset of submenus need to match (see below) 
*/ 
} 

.sf-menuUP ul li { 
        width:                  100%; 
} 

.sf-menuUP li:hover { 
        visibility:             inherit; /* fixes IE7 'sticky bug' */ 
} 

.sf-menuUP li { 
        float:                  left; 
        position:               relative; 
} 

.sf-menuUP a { 
        display:                block; 
        position:               relative; 
} 

.sf-menuUP li:hover ul, 
.sf-menuUP li.sfHover ul { 
        left:                   0; 
        bottom:                 2.5em; /* match top ul list item height */ 
        z-index:                99; 
} 

ul.sf-menuUP li:hover li ul, 
ul.sf-menuUP li.sfHover li ul { 
        bottom:                 -999em; 
} 

ul.sf-menuUP li li:hover ul, 
ul.sf-menuUP li li.sfHover ul { 
        bottom:-20px; left:184px;
} 

ul.sf-menuUP li li:hover li ul, 
ul.UP li li.sfHover li ul { 
        top:                    -999em; 
} 

ul.sf-menuUP li li li:hover ul, 
ul.sf-menuUP li li li.sfHover ul { 
        left:                   10em; /* match ul width */ 
        top:                    0; 
} 

/*** DEMO SKIN ***/
.sf-menuUP {
	float: left;
}

.sf-menuUP a {
	font-size:11px;
	text-decoration:none; 
	color:#000; 
	text-align:center;
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.75em 1em;
}
.sf-menuUP a, .sf-menuUP a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			none;
}

.sf-menuUP li {
	background:	transparent;
	width:188px;
	height:52px;
	padding: 0 4px;
}
.sf-menuUP li li {
	background: transparent url('../images/menudivider.png') no-repeat bottom center;
	width:188px;
	height:29px;
	bottom:20px;
	left:0px;
}
.sf-menuUP li li li {
	background: transparent url('../images/menudivider.png') no-repeat bottom center;
	width:188px;
	height:29px;
}

.sf-menuUP li:first-child, .sf-menuUP li.first-child {
}

.sf-menuUP li:last-child, .sf-menuUP li.last-child {
}

.sf-menuUP li:hover, .sf-menuUP li.sfHover,
.sf-menuUP a:hover {
	background:		transparent;
	outline:		0;
}

.sf-menuUP li li:hover {
	background: transparent url('../images/menudivider2.png') no-repeat bottom center;
	width:188px;
	height:29px;
}

.sf-menuUP li li li:hover {
	background: transparent url('../images/menudivider2.png') no-repeat bottom center;
	width:188px;
	height:29px;
}

.sf-menuUP li .separator {
	background: transparent url('../images/button.jpg') no-repeat;
	height:52px;
	width:188px;
	display: block;
	padding: 20px 0 0 0;
	*padding: 26px 0 0 0; /* IE6 andIE7 and IE8 only */
	text-decoration:none;
	font-size:15px;
    font-family:optimer;
    text-align:center;
    color:#FFF;
}

.sf-menuUP li .separator:hover {
	background: transparent url('../images/button_hover.jpg') no-repeat;
}

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

.sf-menuUP .active {
	background: transparent url('../images/menudivider2.png') no-repeat bottom center;
}

.sf-menuUP #current {
	background: transparent url('../images/menudivider2.png') no-repeat bottom center;
}

.sUPerfish_clear { 
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}
