#RightMenu 
{
   display:block;
   width:150px; 
   float:right;
   background-color:#fff6f7;
   text-align:left;
   margin-top: 0px;
}

#RightMenuTitle 
{
   display:block;
   width:150px; 
   height:25px;
   background-color:#ffe5e6;
   text-align:left;
   border-bottom-color:#b50000;
   border-bottom-style:solid;
   border-bottom-width:2px;
   border-top-color:#b50000;
   border-top-style:solid;
   border-top-width:1px;
}