
#menu {
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    border:0px solid #8A8A8B;
    text-align: left;   
    width: 120px;
}


#menu a.toggle {
    color: #000000;
    text-decoration: none;
}


#menu a.activelink {
    border-bottom: 1px dotted #000000;
}

#menu .category {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 20px;
    text-align: left;
    /*border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
    background: url("../images/header-menu-repeat.png") #FFFFFF repeat-x;*/
}

#menu .item {
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    color: #222222;
    padding: 5px;
    padding-top: 2px;
    padding-left: 10px;
}

#menu img {
    border-width: 0px;
}



#linkbuttons {    
    background-color: #FFFFFF;   
    text-align: center;
    border: 0px solid #8A8A8B;
    width: 120px;
    margin-top: 10px;   
    margin-bottom: 10px;
}

#linkbuttons img {
    margin: 1px;
}
#linkbuttons a:hover {
    text-decoration: none;
    border-style: none;
}
