﻿.menuwrapper {
    width: 850px;
    height: 26px;
    background-color: #000000;
    text-align: center;
    margin: 0 0 0 0;
    color: #ffffff;
}

.menu {
    font-size: 12px;
    height: 2.1em;
    list-style: none;
    position: relative;
    text-align: center;
    z-index: 1000;
    left: 0px;
    background-repeat: repeat-x;
    padding: 0px 0px 0px 10px;
    margin: 0;
    width: 840px;
    color: #ffffff;
}

    .menu .four:hover div {
        width: 48.1em;
    }

    html > body .menu .option1 {
        left: -1000px;
    }

    html > body .menu .option2 {
        left: 70px;
        width: 250px;
    }

    html > body .menu .option3 {
        left: 175px;
        width: 300px;
    }

    html > body .menu .option4 {
        left: 260px;
        width: 245px;
    }

    html > body .menu .option5 {
        left: 370px;
        width: 300px;
    }

    html > body .menu .option6 {
        right: 160px;
        width: 165px;
    }

    html > body .menu .option7 {
        right: 0px;
        width: 337px;
    }

    html > body .menu .option21 {
        right: 0px;
        width: 337px;
    }

    html > body .menu .menuoption1 {
        width: 50px;
    }

    html > body .menu .menuoption2 {
        width: 120px;
    }

    html > body .menu .menuoption3 {
        width: 80px;
    }

    html > body .menu .menuoption4 {
        width: 120px;
    }

    html > body .menu .menuoption5 {
        width: 160px;
    }

    html > body .menu .menuoption6 {
        width: 120px;
    }

    html > body .menu .menuoption7 {
        width: 120px;
    }

    html > body .menu .menuoption21 {
        width: 120px;
    }

    .menu :hover > a.norm, .menu :hover > a.end /*div line*/ {
        background-image: url('../Images/div-line.gif');
    }

    .menu :hover div {
        background-color: #C0C0C0;
        border: 1px solid #92A19B;
        display: block;
        padding-bottom: .7em;
        position: absolute;
        top: 2.1em;
    }

        .menu :hover div dd {
            display: block;
            margin: 0;
            padding: .6em 0 0 .75em;
            text-align: left;
            width: 11em;
        }

            .menu :hover div dd a {
                color: #000;
                font-size: 12px;
                font-weight: normal;
                height: auto;
                margin: 0;
                padding: 0;
                text-decoration: none;
                white-space: nowrap;
            }

                .menu :hover div dd a:hover {
                    text-decoration: underline;
                }

        .menu :hover div dl {
            display: inline;
            float: left;
            margin: 0;
            padding: 0;
        }

        .menu :hover div dt {
            background: #83d0f4;
            color: #1b23ab;
            cursor: default;
            display: block;
            font-weight: bold;
            margin: 0;
            padding: .3em 0;
            text-align: left;
            text-decoration: none;
            white-space: nowrap;
            text-indent: .75em;
        }

        .menu :hover div dd a {
            color: #000000;
        }

    .menu a.norm:hover, .menu a.end:hover, .menu a.start:hover {
        background-image: url('../Images/buttoninverse.jpg');
        background-repeat: repeat-x;
    }

    .menu div {
        display: none;
    }

    .menu li {
        display: inline;
        float: left;
        height: 2.1em;
        text-align: center;
    }

        .menu li a {
            color: #fff;
            display: block;
            font-size: 1em;
            font-weight: bold;
            height: 1.6em;
            line-height: 1.2em;
            padding-top: .5em;
            text-decoration: none;
        }

            .menu li a.start {
                white-space: nowrap;
            }

            .menu li a.norm {
                background-image: url('../Images/div-line.gif');
                background-repeat: repeat-y;
                white-space: nowrap;
            }

            .menu li a.end {
                white-space: nowrap;
            }

            .menu li a.select {
                background-image: url('../Images/buttoninverse.jpg');
                background-repeat: repeat-x;
            }

            .menu li a:hover, .menu li:hover > a {
                text-decoration: underline;
                white-space: nowrap;
            }

            .menu li a:select, .menu li:select > a {
                text-decoration: underline;
                white-space: nowrap;
            }
