#topmenu {
    padding: 0 0 0 3px;
    width: 981px;
    background-color: #000;
    height: 20px;
    margin: 0;
}

#topmenu ul {
    list-style: none;
    position: relative;
    top: 0;
    left: -43px;
    height: 20px;
    width: 100%;
/*    left: 0px; */
    z-index: 500;
}

#topmenu ul li {
    height: 20px;
    position: relative;
    float: left;
}

#topmenu ul li ul {
    position: absolute;
    left: -40px;
    top: 20px;
    display: none;
    list-style: none;
}

#topmenu ul li:hover ul, #topmenu ul li.over ul {
    display: block;
}

#topmenu ul li ul li {
    background-color: #000;
    height: 21px;
    width: 200px;
    float: left;
    clear: both;
}

#topmenu ul li ul li a {
    display: block;
    width: 180px;
    height: 21px;
}

#topmenu ul li a, #topmenu ul li span {
    display: block;
    float: left;
    line-height: 20px;
    padding: 0 10px 0 10px;
    color: #fff;
    font-size: 14px;
    font-family: Verdana, Tahoma, Serif;
    text-decoration: none;
    font-weight: bold;
}

#topmenu ul li ul a {
    font-weight: normal;
    display: block;
}

#topmenu ul li span {
    display: block;
    float: left;
    line-height: 20px;
    padding: 0 10px 0 10px;
    color: #fff;
    font-size: 14px;
    font-family: Verdana, Tahoma, Serif;
    text-decoration: none;
    cursor: default;
}

#topmenu ul li a:hover, #topmenu ul li a:active, #topmenu ul li span:hover {
    background-color: #666;
    background-repeat: repeat-x;
    text-decoration: none;
}

