﻿.navigation
{
    width: 226px;
    float: right;
}

.navigation ul
{
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.navigation a
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.navigation a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.navmain
{
    width: 225px;
}

.navmainheader
{
    background-image: URL("images/navigation/navmainheader.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    width: 226px;
    padding-bottom:5px;
    margin-bottom:-5px;
}

.navmainheader-highlighted
{
    background-image: URL("images/navigation/navmainheader-highlighted.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    width: 226px;
}

.navmainheader h3
{
    color: #FFFFFF;
    font-size: 80%;
    font-weight: bold;
    line-height: 10px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-top: 25px;
    text-align: left;
    text-decoration: none;
    margin-top: 0px;
}

.navsecondaryheader
{
    background-image: URL("images/navigation/navsecondaryheader.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    width: 226px;
}
.navsecondaryheader-highlighted
{
    background-image: URL("images/Navigation/navsecondaryheader-highlighted.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    width: 226px;
}

.navsecondaryheader h3
{
    color:#FFFFFF;
    font-size:80%;
    font-weight:bold;
    height:16px;
    line-height:10px;
    margin-bottom:1px;
    margin-top:0;
    padding-bottom:4px;
    padding-left:20px;
    padding-top:23px;
    text-align:left;
    text-decoration:none;
}


.navsecondary
{
    width: 225px;
}

.nav-accordion
{
}

.nav-accordion-header
{
    display: block;
    border: none;
    width: auto;
    background: #5B5B5B url("images/navigation/navmainsubheader.jpg") no-repeat right top;
    width: 195px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    font-size: 70%;
    font-weight: bold;
    padding-left: 30px;
}
.nav-accordion-header-highlighted
{
    display: block;
    border: none;
    width: auto;
    background: #5B5B5B url("images/navigation/navmainsubheader-highlighted.jpg") no-repeat right top;
    width: 195px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    font-size: 70%;
    font-weight: bold;
    padding-left: 30px;
}

.nav-accordion-item-odd
{
    display: block;
    border: none;
    width: auto;
    background: #5B5B5B url("images/navigation/navmainitem.jpg") no-repeat right top;
    width: 172px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    font-size: 70%;
    font-weight: bold;
    margin-left: 30px;
    padding-left: 23px;
}
.nav-accordion-item-odd-highlighted
{
    display: block;
    border: none;
    width: auto;
    background: #5B5B5B url("images/navigation/navmainitem-highlighted.jpg") no-repeat right top;
    width: 172px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    font-size: 70%;
    font-weight: bold;
    margin-left: 30px;
    padding-left: 23px;
}
.nav-accordion-item-even
{
    display: block;
    border: none;
    width: auto;
    background: #5B5B5B url("images/navigation/navsubitem.jpg") repeat-x right top;
    width: 172px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 70%;
    font-weight: bold;
    margin-left: 30px;
    padding-left: 23px;
}
.nav-accordion-item-even-highlighted
{
    display: block;
    border: none;
    width: auto;
    background: #5B5B5B url("images/navigation/navsubitem-highlighted.jpg") repeat-x right top;
    width: 172px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 70%;
    font-weight: bold;
    margin-left: 30px;
    padding-left: 23px;
}

.nav-custom-section
{
    background-color: #A8A9AD;
    color: #FFFFFF;
    border: medium none;
    font-size: 65%;
    padding: 2px 2px 2px 21px;
    width: 202px;
    margin-top: 2px;
}

.nav-custom-section h1,.nav-custom-section h2,.nav-custom-section h3,.nav-custom-section h4
{
    font-size: 110%;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.nav-custom-section-footer
{
    background-color: #FBB533;
    border: medium none;
    font-size: 70%;
    font-weight: bold;
    margin-top: 2px;
    padding-left: 23px;
    width: 202px;
    color: #000000;
}


.nav-button-top
{
    cursor: pointer;
    margin-left: -25px;
    margin-right: 13px;
    vertical-align: middle;
}

.nav-button-sub
{
    cursor: pointer;
    margin-left: -20px;
    margin-right: 7px;
    vertical-align: middle;
}
