/* Sliding Subnav Styles */
.slidenav
{
    position: relative;
    background: #fff;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    line-height: 13px;
    border-top: solid 1px #ccc;
    width: 1000px;
}
.slidenav a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.nav01_on
{
    background: url(../images/nav/bg_nav01_on.gif) 0 0 repeat-x !important;
}
.nav01_off
{
    background: url(../images/nav/bg_nav01_off.gif) 0 0 repeat-x;
}
.navs01
{
    background-color: #6F900B;
}
.navs01 a:hover, .navs01 .act_sn
{
    font-weight: bold;
    text-decoration: none;
}
.nav02_on
{
    background: url(../images/nav/bg_nav02_on.gif) 0 0 repeat-x !important;
}
.nav02_off
{
    background: url(../images/nav/bg_nav02_off.gif) 0 0 repeat-x;
}
.navs02
{
    background-color: #0B819E;
}
.navs02 a:hover, .navs02 .act_sn
{
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}
.nav03_on
{
    background: url(../images/nav/bg_nav03_on.gif) 0 0 repeat-x !important;
}
.nav03_off
{
    background: url(../images/nav/bg_nav03_off.gif) 0 0 repeat-x;
}
.navs03
{
    background-color: #C062C0;
}
.navs03 a:hover, .navs03 .act_sn
{
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}
.nav04_on
{
    background: url(../images/nav/bg_nav04_on.gif) 0 0 repeat-x !important;
}
.nav04_off
{
    background: url(../images/nav/bg_nav04_off.gif) 0 0 repeat-x;
}
.navs04
{
    background-color: #A17B08;
}
.navs04 a:hover, .navs04 .act_sn
{
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}
.nav05_on
{
    background: url(../images/nav/bg_nav05_on.gif) 0 0 repeat-x !important;
}
.nav05_off
{
    background: url(../images/nav/bg_nav05_off.gif) 0 0 repeat-x;
}
.navs05
{
    background-color: #9B0E0E;
}
.nav06_on
{
    background: url(../images/nav/bg_nav05_on.gif) 0 0 repeat-x !important;
}
.nav06_off
{
    background: url(../images/nav/bg_nav05_off.gif) 0 0 repeat-x;
}
.navs06
{
    background-color: #9B0E0E;
}
.nav07_on
{
    background: url(../images/nav/bg_nav05_on.gif) 0 0 repeat-x !important;
}
.nav07_off
{
    background: url(../images/nav/bg_nav05_off.gif) 0 0 repeat-x;
}
.navs07
{
    background-color: #9B0E0E;
}
.nav07_on span, .nav07_off span
{
    background: url(../images/nav/rss.gif) right center no-repeat;
    padding: 0 20px 0 0;
    display: block;
    margin: 0;
}
.navs05 a:hover, .navs06 a:hover, .navs07 a:hover, .navs05 .act_sn, .navs06 .act_sn, .navs07 .act_sn
{
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}
.slidenav ul
{
    height: 20px;
    line-height: 31px;
    list-style: none;
    margin-left: 150px;
}
.slidenav ul li
{
    height: 20px;
    line-height: 31px;
    list-style: none;
}
.subnav ul li, .subnav ul, .slidenav-box
{
    height: 20px;
    line-height: 30px;
    list-style: none;
}
.slidenav ul a
{
    display: block;
    padding: 0px 25px;
}
.subnav ul a
{
    display: block;
    padding: 0px 10px;
}
.slidenav ul li, .subnav ul li
{
    float: left;
}
.subnav ul li
{
    background: url(../images/nav/entre2.gif) right center no-repeat;
}
.slidenav ul li
{
    background: url(../images/nav/entre.gif) 0 0 no-repeat;
    padding-left: 3px;
}
.slidenav ul li ul
{
    display: none;
    position: absolute;
    top: 3em;
    left: 0;
}
.slidenav ul li:hover ul
{
    display: block;
}
.subnav ul
{
    display: none;
    font-size: 11px;
    line-height: 13px;
}
.subnav ul a
{
    color: #fff;
    text-decoration: none;
}
.slidenav-box
{
}
.inactive-box
{
    visibility: hidden;
}
.bgsnav
{
}
.navs01_on, .navs01_on .navs01, .navs02_on, .navs02_on .navs02, .navs03_on, .navs03_on .navs03, .navs04_on, .navs04_on .navs04, .navs05_on, .navs05_on .navs05, .navs06_on, .navs06_on .navs06, .navs07_on, .navs07_on .navs07
{
    display: block;
    visibility: visible;
}

