﻿#header {
    width: 980px;
    height: 68px;
    text-align: left;
    margin: 10px auto 10px auto;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    /*display: inline-block;*/
    background-size: contain;
}
div#topmenu {
    width: 982px;
    /*height: 36px;*/
    text-align: left;
    margin: 0 auto 0 auto;
    background-image: url(../images/horizontalbg.gif);
    background-color: #040404;
    background-repeat: repeat-x;
    overflow: hidden;
    margin-bottom: 17px;
}


#topmenu #panel1a {
    left: 0px;
    width: 120px;
    background: url(../images/dashboard.gif) 0 0 no-repeat;
}
