﻿.menucontainer {
    background: #fff url(Images/bgOFF.gif) no-repeat bottom left;
    width: 954px;
    text-align: left;
}

menubutton {
    cursor: pointer;
    float: left;
    position: relative;
    display: inline;
    background: url(Images/bgDIVIDER.gif) no-repeat bottom right;
    padding: 0px 16px 0px 16px;
    line-height: 40px;
    height: 40px;
}

.menu {
    float: left;
    width: 100%;
    position: relative;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background: url(images/bgOFF.gif) repeat-x bottom left;
    border-top: 4px solid #bababa;
    margin-top: 10px;
}

    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: left;
        position: relative;
    }

        .menu ul li {
            float: left;
            position: relative;
            display: inline;
            background: url(Images/bgDIVIDER.gif) no-repeat bottom right;
        }
            /*style of main items normal state*/
            .menu ul li a, .MenuStyle ul li a:visited {
                float: left;
                display: block;
                text-decoration: none;
                color: #000;
                width: auto;
                color: #666;
                padding: 0px 16px 0px 16px;
                line-height: 40px;
                height: 40px;
            }

            * html .menu ul li a, .MenuStyle ul li a:visited {
                width: auto;
                width: auto;
            }
            /*hide sub nav items*/
            .menu ul li ul {
                display: none;
            }
                /*clear the main nav bg*/
                .menu ul li ul li {
                    background: none;
                }
