﻿/*** ESSENTIAL STYLES ***/
.sf-menu-first, .sf-menu-first *
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu-first
{
    line-height: 1.0;
}
.sf-menu-first ul
{
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu-first ul li
{
    width: 100%;
}
.sf-menu-first li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-first li
{
    float: left;
    position: relative;
}
.sf-menu-first a
{
    display: block;
    position: relative;
}
.sf-menu-first li:hover ul, .sf-menu-first li.sfHover ul
{
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu-first li:hover li ul, ul.sf-menu-first li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu-first li li:hover ul, ul.sf-menu-first li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu-first li li:hover li ul, ul.sf-menu-first li li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu-first li li li:hover ul, ul.sf-menu-first li li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu-first
{
    float: left;
    margin-bottom: 0;
}

.sf-menu-first a
{
    color: #657077;
    font-size: 12px;
    padding-left: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 2;
    font-weight: bold;
}

/*1 tiers*/

.sf-menu-first a, .sf-menu-first span
{
    background: url(/modules/Menu/FirstMenu/images/firstmenu.gif) no-repeat;
    display: block;
    text-decoration: none;
}

.sf-menu-first a span
{
    width: 45px; /* IE 6 treats width as min-width */
    min-width: 45px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding: 9px 9px 0 9px;
    text-align: center;
}

* > .sf-menu-first a span
{
    /* hide from IE 6 */
    width: auto;
    height: auto;
}

.sf-menu-first a, .sf-menu-first a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #14588c;
}

.sf-menu-first a:hover, .sf-menu-first a:focus, .sf-menu-first a:active
{
    background-position: 100% -145px;
    outline: 0;
   /* color: #002968;*/
}

.sf-menu-first a:hover span, .sf-menu-first a:focus span, .sf-menu-first a:active span
{
    background-position: 0 -116px;
}

.sf-menu-first .current a
{
    background-position: 100% -87px;
    outline: 0;
    color: #fff;
}

.sf-menu-first .current a span
{
    background-position: 0 -58px;
}


.sf-menu-first a
{
    background-position: 100% -29px;
    cursor: pointer;
}

.sf-menu-first a span
{
    background-position: 0 0;
}

.sf-menu-first li
{
    /*background:		#BDD2FF;*/
}
.sf-menu-first li li
{
    /*background:		#AABDE6;*/
}
.sf-menu-first li li li
{
    /*background:		#9AAEDB;*/
}
.sf-menu-first li:hover, .sf-menu-first li.sfHover, .sf-menu-first a:focus, .sf-menu-first a:hover, .sf-menu-first a:active
{
    /*background-position: 0 -58px; 	outline:		0;*/
}

/*** arrows **/
.sf-menu-first 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.ashx') no-repeat -10px -100px;  8-bit indexed alpha axd. 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-first ul .sf-sub-indicator
{
    background-position: -10px 0;
}
.sf-menu-first ul a > .sf-sub-indicator
{
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu-first ul a:focus > .sf-sub-indicator, .sf-menu-first ul a:hover > .sf-sub-indicator, .sf-menu-first ul a:active > .sf-sub-indicator, .sf-menu-first ul li:hover > a > .sf-sub-indicator, .sf-menu-first ul li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/

.sf-shadow ul.sf-shadow-off
{
    background: transparent;
}

.sf-menu-first li:last-child a, .LIDivers a
{
    background-position: 100% 0;
}


