.menu {
    position: relative;
    background: #818DA7;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
}

.menu li {
    position: relative;
    background: url("/2008/images/st08normal2.gif") top left no-repeat;
    height: 25px;
    line-height: 25px;
    width: 175px;
    padding: 0 0 0 25px;
    margin: 0;
}

.menu li a:active {
    font-weight: bold;
}

.menu li.hassub {
    background: url("/2008/images/st08normal_arrow2.gif") top left no-repeat;
}

.menu li.active-hassub {
    background: url("/2008/images/st08mouseover_arrow2.gif") top left no-repeat;
}

.menu li.active-nosub {
    background: url("/2008/images/st08mouseover2.gif") top left no-repeat;
}

.menu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.menu li a:link, .menu li a:visited {
    color: #fff;
    text-decoration: none;
}

.submenu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    z-Index: 1000;
    position: relative;
    width: 200px;
    top: -25px;
    left: 175px;
}
