#menu {
        position:absolute;
        left:50px;
        top:10px;
        width:220px;
        overflow:hidden;
}

#menu a {
        display:block;
        width:165px;
        margin:2px;
        padding:8px;
        text-align:center;
        text-decoration:none;
        font-weight:700;
        color:#cc0000;
        font-size:12px;
        clear:left;
        float:left;
        background-color:#eeeeee;
        background-image:url('../img/menu.png');
        background-repeat:no-repeat;
        border-right:1px solid #cb8;
        border-bottom:1px solid #cb8;
        overflow:hidden;
}

#menu a:hover, #menu a:hover {
        background-color:#fff;
}

#menu a.selected {
        background-color:#fee;
}

#menu .menu {
        clear:left;
        float:left;
        padding-left:10px;
}

#menu .menu .menu {
        display:none;
}