#menu
{
    width: 180px;
    
    margin-top: 32px;
    margin-left: 49px;
}

#menu .top
{
    height: 17px;
    background-image: url('../img/menutop.png');    
}

#menu .bottom
{
    height: 17px;
    background-image: url('../img/menubottom.png');
}

#menu .middle
{
    min-height: 76px;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}

#menu .middle ul
{
    color: #6c6c6c;
    font-weight: bold;
    list-style: none;
    margin: 0px;
    padding-left: 20px;
}

#menu .middle ul li
{
    padding-top: 5px;
    padding-bottom: 5px;    
}

#menu .middle ul a
{
    color: #6c6c6c;
    text-decoration: none;
}


#menu ul.treemenu
{
    list-style: none;
    margin: 0px;
    padding-left: 40px;
    text-transform: capitalize;
}
