
/*** ESSENTIAL STYLES ***/
.superfish, .superfish * {
margin: 0;
padding: 0;
list-style: none;
}
.superfish {
line-height: 1.0;
}
.superfish ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
z-index:99;
}
.superfish ul li {
width: 100%;
}
.superfish li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.superfish li {
float: left;
position: relative;
}
.superfish a {
display: block;
position: relative;
}
.superfish li:hover ul,
.superfish li.sfHover ul {
left: 0;
top: 2.5em; /* match top ul list item height */
z-index: 99;
}
ul.superfish li:hover li ul,
ul.superfish li.sfHover li ul {
top: -999em;
}
ul.superfish li li:hover ul,
ul.superfish li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
ul.superfish li li:hover li ul,
ul.superfish li li.sfHover li ul {
top: -999em;
}
ul.superfish li li li:hover ul,
ul.superfish li li li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
/*** DEMO SKIN ***/
.superfish {
float: left;
margin: 0 0 0 0;
}
.superfish ul{
background: #F4F2F2 url(../images/suckerfish-bg.jpg) repeat-x left bottom;
border-color: #DDD7BF;
border-style: none solid;
border-width: 0 1px;
color: #333;
}
.superfish a {
border-right: 1px solid #444;
padding: .75em 1em;
text-decoration: none;
}
.superfish a, .superfish a:visited {/* visited pseudo selector so IE6 applies text colour*/
color: #fff;
}
.superfish li.jjActive,
.superfish li:hover {
background: #000 url(../images/nav-active-bg.jpg) repeat-x;
}
.superfish li.sf-with-ul a{
background: transparent url(../images/child.gif) no-repeat 50% 24px;
}
.superfish li.sf-with-ul ul a,
.superfish li.sf-with-ul ul li.jjSubchild li a,
.superfish li.sf-with-ul ul li.jjSubchild li.jjSubchild li a{
background: none;
}
.superfish li.sf-with-ul ul li.jjSubchild a,
.superfish li.sf-with-ul ul li.jjSubchild li.jjSubchild a{
background: transparent url(../images/subchild-off.gif) no-repeat 95% 50%;
}
.superfish li.jjActive a,
.superfish li:hover a {
color: #000;
}
#jjNavigation .superfish li li a,
#jjNavigation .superfish li li li a {
border-left: 0;
border-right: 0;
border-bottom: 1px solid #DDD7BF;
}
#jjNavigation .superfish li li,
#jjNavigation .superfish li li li,
#jjNavigation .superfish li li a,
#jjNavigation .superfish li li li a {
color: #000;
}
#jjNavigation .superfish li li li {

}
.superfish li:hover, 
.superfish li.sfHover, 
.superfish a:focus, 
.superfish a:hover, 
.superfish a:active, 
.superfish li.jjActive {
background: #000 url(../images/nav-active-bg.jpg) repeat-x scroll 0 1px
outline: 0;
}
/*** arrows **/
.superfish 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 */
.superfish ul .sf-sub-indicator {
background-position: -10px 0;
}
.superfish ul a > .sf-sub-indicator {
background-position: 0 0;
}
/* apply hovers to modern browsers */
.superfish ul a:focus > .sf-sub-indicator,
.superfish ul a:hover > .sf-sub-indicator,
.superfish ul a:active > .sf-sub-indicator,
.superfish ul li:hover > a > .sf-sub-indicator,
.superfish 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: #F4F2F2 url(../images/suckerfish-bg.jpg) repeat-x bottom left;
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;
}
#jjNavigation #jjSuperfish li.sf-with-ul{
z-index: 999;
}