@charset "utf-8";
/* CSS Document */
html, body, ul, li, fieldset, legend {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style-type: none;
    text-transform: capitalize;
}


/*menu*/

#nav {
    margin: 0 auto 0px;
    width: 1024px;
    display: block;
    font-family: arial;
}

#nav .jquery_out {
    float: left;
    line-height: 32px;
    display: block;
    border-right: 1px solid #3280e4;
    text-align: center;
    color: #fff;
    font: 14px/32px "arial";
    background: #19aee9 url(../images/dhbg.jpg) 0 0 repeat-x;
}

#nav .jquery_inner {
    margin-left: 16px;
}

#nav .jquery {
    margin-right: 1px;
    padding: 0 2em;
}

#nav .mainlevel {
    background: #39b5de url(../images/dhbg.jpg);
    float: left;
    border-right: 1px solid #3280e4;
    width: 91px; /*IE6 only*/
    text-align: center;
}

#nav .mainlevel a {
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    display: block;
    /*padding: 0 20px;*/
    width: 91px;
    text-align: center;
}

#nav .mainlevel a:hover {
    color: #fff;
    text-decoration: none;
    background: #39b5de url(../images/dhbgg.jpg) 0 0 repeat-x;
}

#nav .mainlevel ul {
    display: none;
    position: absolute;
    z-index: 999;
}

#nav .mainlevel li {
    border-top: 1px solid #fff;
    background: #39b5de url(../images/b1g.jpg);
    width: 91px; /*IE6 only*/
    text-align: center;
}

.log {
    text-align: center;
    color: skyblue;
    line-height: 24px;
    text-transform: capitalize;
    margin: 40px auto;
}
