﻿/*Header*/   
.div_Content_description   
{ 
  background: #efefef;   
  background: rgba(244,255,255,0.3); 
  -moz-border-radius-topright: 10px;   
  -moz-border-radius-topleft: 10px; 
  -moz-border-radius-bottomright: 10px;   
  -moz-border-radius-bottomleft: 10px;         
  border-top-right-radius: 10px;   
  border-top-left-radius: 10px;   
  border-bottom-right-radius: 10px;   
  border-bottom-left-radius: 10px;   
 }   

.div-menu-list p
{
    padding: 10px 10px;
}