#menu {
    list-style: none;
    width: 150px;
    margin: 0;
    padding-top: 35px;
    padding-left: 50px;
    background: url(images/menubg.png) no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 15px;
}

#menu ul > li > a {
    font-size: 12px;
    height: 20px;
}

#menu a {
    color: #222;
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 25px;
    display: block;
    text-decoration: none;
    padding: 8px 0 0 0px;
    font-weight: normal;
}

#menu a:hover {
    font-weight: bold;
}
