/* NAVIGATION - CSS SPRITES*/

#nav
{
    float: right;
    width: 980px;
    height: 29px;
    margin: 0;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    position: absolute;
    top: 112px;
}

/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/
#drops, #drops ul
{
    padding: 0;
    margin: 0;
    clear: both;
    float: left;
    width: inherit;
    list-style: none;
    color: #FFF;
    z-index: 999;
    
}

#drops ul.drop
{
    background: none;
    padding: 0;
    width: inherit;
    clear: both;
    float: left;
    margin-top: 0;
    /*
    background: url(../images/interface/Header/menu-background.jpg) 0 100% repeat-x;
    */
}

#drops ul.drop li
{
    height: auto;
    width: inherit;
    clear: both;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#drops ul.drop a
{
    color: #FFF;
    width: 144px;
    font-size: 11px;
    line-height: 12px;
    padding: 6px 0 6px 10px;
    text-decoration: none;
    font-weight: normal;
    clear: both;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
}

#drops ul.drop a:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #186696;
}

#drops a
{
    display: block; /*width: 10em;*/
    float: left;
    clear: both;
    width: 100px;
    background-color: #292526;

}

#drops li
{
    float: left;
    position: relative; /*width: 10em;*/
}

#drops li ul
{
    position: absolute;
    width: 154px;
    left: -999em;
}

#drops li:hover ul
{
    left: auto;
    top: 29px; /*sets the dropdown list's height: adjust for header height */ 
    padding: 0px;
    /*background: url(../images/interface/Header/dropdown_bottom.png) 0 100% no-repeat;*/
}

#drops li:hover ul, #drops li.sfhover ul
{
    left: auto;
}
/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/
#nav a.nav1, #nav a.nav2, #nav a.nav3, #nav a.nav4, #nav a.nav5, #nav a.nav6, #nav a.nav7
{
    float: left;
    background: url(../images/interface/Header/header-menu2.png) no-repeat;
    height: 29px;
    text-indent: -999999px;
}

#nav a.nav1
{
    width: 54px;
    background-position: -0px 0px;
}
#nav a.nav2
{
    width: 154px;
    background-position: -54px -0px;
}
#nav a.nav3
{
    width: 155px;
    background-position: -208px -0px;
}
#nav a.nav4
{
    width: 154px;
    background-position: -363px -0px;
}
#nav a.nav5
{
    width: 154px;
    background-position: -517px -0px;
}
#nav a.nav6
{
    width: 155px;
    background-position: -672px -0px;
}
#nav a.nav7
{
    width: 154px;
    background-position: -826px -0px;
}
#nav a.nav1:hover, #nav a#active1
{
    background-position: -0px -29px;
}
#nav a.nav2:hover, #nav a#active2
{
    background-position: -54px -29px;
}
#nav a.nav3:hover, #nav a#active3
{
    background-position: -208px -29px;
}
#nav a.nav4:hover, #nav a#active4
{
    background-position: -363px -29px;
}
#nav a.nav5:hover, #nav a#active5
{
    background-position: -517px -29px;
}
#nav a.nav6:hover, #nav a#active6
{
    background-position: -672px -29px;
}
#nav a.nav7:hover, #nav a#active7
{
    background-position: -826px -29px;
}

/*END NAVIGATION*/
