.jquerycssmenu {
    height: 44px;
    width: 1096px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    font-weight: bold;
    z-index: 999;
}

.jquerycssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*Top level list items*/

.jquerycssmenu ul li {
    position: relative;
    float: left;
    height: 44px;
    display: block;
    background-image: url(../images/tx_06.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 2px;
}


/*Top level menu link items style*/

.jquerycssmenu ul li a {
    display: block;
    color: #FFF;
    height: 44px;
    width: 65px;
    line-height: 44px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 15px;
}

.jquerycssmenu ul li a:hover {
    background-repeat: repeat-x;
    background-position: right bottom;
    background: url(../images/dy1.png) no-repeat center center;
    color: #9FD7FA;
}


/*1st sub level menu*/

.jquerycssmenu ul li ul {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    background-color: #0096DB;
    z-index: 999;
    padding-bottom: 10px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


/*Sub level menu list items (undo style from Top level List Items)*/

.jquerycssmenu ul li ul li {
    display: list-item;
    float: none;
    background-image: none;
    border-right-width: 0px;
    height: 30px;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jquerycssmenu ul li ul li ul {
    top: 0;
}


/* Sub level menu links style */

.jquerycssmenu ul li ul li a {
    width: 65px;
    color: #FFF;
    margin: 0;
    border-top-width: 0;
    height: 30px;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 30px;
    background-image: none;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.jquerycssmenu ul li ul li a:hover {
    /*sub menus hover style*/
    background-color: #006B9C;
    background-image: none;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 7px;
    right: 5px;
}

.rightarrowclass {
    position: absolute;
    top: 5px;
    right: 5px;
}


/* mainbanner */

.mainbanner {
    height: 425px;
    overflow: hidden;
    position: relative;
}

.mainbanner_window {
    left: 50%;
    width: 2000px;
    height: 425px;
    overflow: hidden;
    margin-left: -1000px;
    position: absolute;
}

.mainbanner_window ul {
    width: 999999px;
    height: 425px;
    position: relative;
}

.mainbanner_window li {
    background: rgb(204, 204, 204);
    width: 2000px;
    height: 425px;
    text-align: center;
    font-size: 0px;
    float: left;
    display: inline;
}

.mainbanner_list {
    left: 50%;
    top: 380px;
    width: 500px;
    height: 30px;
    margin-left: -75px;
    position: absolute;
}

.mainbanner_list li {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    display: inline;
}

.mainbanner_list a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    float: left;
    display: inline-block;
    background-image: url(../images/btn1.png);
    background-repeat: no-repeat;
}

.mainbanner_list li.active a {
    background-position: 0 -30px;
    text-decoration: none;
}

.mainbanner_list li a:hover {
    background-position: 0 -30px;
    text-decoration: none;
    color: #FFF;
}