.right_menu{
      font-family: Helvetica;
}
.right_menu .AAA{
    list-style: none;
    margin:0;
    padding:0;
    width:240px;
}
.right_menu .AAA .BBB .AAAaa{
    width:230px;
}
.right_menu .AAA .BBB{
    margin:0;
    padding:5px;
    background-color: #4B4B4B;
}
.right_menu .AAA .BBB a{
    padding-top:5px;
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    padding-left: 10px;
    display:block;
    text-decoration: none;
    color:white;
    font:17px Arial,Helvetica,sans-serif;
    height:30px;
    background: #5B5B5B  no-repeat center right;
    line-height: 1.3em;
	text-align:center;
}
.right_menu .AAA .BBB .AAAaa a{
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    margin-top:2px;
    padding-left: 10px;
    display:block;
    text-decoration: none;
    color:white;
    font-size:14px;
    height:25px;
    font-weight: normal;
    background: #0D0D0D;
}
.right_menu .AAA .BBB a:hover{
    background: #DB5A0A  no-repeat center right;
}
.right_menu .AAA .BBB .AAAaa a:hover{
    background: #FCAB14;
    color:black;
}

.right_menu .AAA .BBB .AAAaa{
    display:none;

}
