﻿@charset "utf-8";

ul, ol, li {
    list-style-type: none;
    vertical-align: 0;
}

a {
    outline-style: none;
    color: #535353;
    text-decoration: none;
}

    a:hover {
        color: #D40000;
        text-decoration: none;
    }

.topvebanner {
    margin: 0 auto;
    width:100%;
    height: 500px;
    overflow: hidden;
}

    .topvebanner ul {
        margin: 0;
        padding: 0;
    }

#myjQuery {
    BACKGROUND: #FFF;
    WIDTH: 100%;
    
    HEIGHT: 500px;
}

#myjQueryContent {
    WIDTH: 100%;
    HEIGHT: 500px;
}


#myjQueryNav {
    
    WIDTH: 230px;
    HEIGHT: 13px;
    color:#000000;
   margin:0 auto;
   margin-top:-14px;

}

    #myjQueryNav LI {
        /*DISPLAY: block;*/
        FLOAT: left;
        WIDTH: 45px;
        CURSOR: pointer;
        HEIGHT: 13px;
        TEXT-ALIGN: center;
        margin-left: 1px;
        background: #666;
        color: #fff;
    }

    #myjQueryNav .nbg {
        BACKGROUND: #666;
    }

    #myjQueryNav A {
        DISPLAY: block;
        Z-INDEX: 12;
        MARGIN: 0px auto;
        TEXT-TRANSFORM: uppercase;
        WIDTH: 45px;
        COLOR: #ffffff;
        LINE-HEIGHT: 22px;
        /*POSITION: relative;*/
        HEIGHT: 22px;
        z-index: 20;
    }

    #myjQueryNav .current {
        BACKGROUND: #347e0d;
    }

        #myjQueryNav .current A {
            COLOR: #fff;
        }

