#subnav a#sub{
    display: block;
    margin: 1px 0px 0px 6px;
    padding: 3px 0px 0px 10px;
    width: 136px;
    height: 22px;
    background-color: #DAD4D0;
    background-repeat: no-repeat;
    background-position: top left;
    font-family:"arial"; 
    text-decoration:none; 
    font-size:12px; 
    color:#333333; 
    line-height: 16px; 
    font-weight: normal;
    }
    
#subnav a#sub:hover{
    display: block;
    margin: 1px 0px 0px 6px;
    padding: 3px 0px 0px 10px;
    width: 136px;
    height: 22px;
    background-color: #7B6966;
    background-repeat: no-repeat;
    background-position: top left;
    font-family:"arial"; 
    text-decoration:none; 
    font-size:12px; 
    color:#FFFFFF; 
    line-height: 16px; 
    font-weight: normal;
    }
    
#subnav_on a#sub{
    display: block;
    margin: 1px 0px 0px 6px;
    padding: 3px 0px 0px 10px;
    width: 136px;
    height: 22px;
    background-color: #7B6966;
    background-repeat: no-repeat;
    background-position: top left;
    font-family:"arial"; 
    text-decoration:none; 
    font-size:12px; 
    color:#FFFFFF; 
    line-height: 16px; 
    font-weight: normal;
    }