.accordionomenu
{
    width: 140px; /* Main Menu Item widths */
    list-style-type: none;
    background: #f6f6f6; 
    border: none;
    position: relative;
    left: 5px;
    z-index: 50000; 
    
}

.accordionomenu div.silverheader 
a
{
    font: 10px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #69615D;
    text-transform: uppercase;
   /* border-collapse:collapse;     */
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 2px;
    /*padding-left: 8px;          */
    text-decoration: none;
    background: #f6f6f6;
    z-index: 50000;
       border-bottom: 2px solid #f6f6f6; 
}

.marroneonhover   
{
  border-top: 2px solid #f6f6f6;  
  border-bottom: 1px dotted #ccc;
}

.submenuvoicemarroneonhover   
{
  border-top: 2px solid #f6f6f6;  
  border-bottom: 1px dotted #f6f6f6;  
}


.accordionomenu div.silverheader a:hover, .accordionomenu div.silverheader a:active{  
    background: #b3a39d; 
   color: white;
}

.accordionomenu div.silverheader a:hover
{
   background: #b3a39d;   
   color: white;
}


.accordionomenu div.submenu 
{ 
    background: #f6f6f6;
    z-index: 50000;
}

.accordionomenu div.submenuvoice 
a
{
    font: 10px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #69615D;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding-left: 15px;
    padding-right: 8px;
    text-decoration: none;
    background: #f6f6f6;
    z-index: 50000;
    border-top: 2px solid #f6f6f6;;
    border-bottom: 2px solid #f6f6f6;;      
}


.accordionomenu div.submenuvoice a:hover, .accordionomenu div.submenuvoice a:active      
{
   background: #b3a39d; 
   color: white;
}

.accordionomenu div.selected a
{
   color: #69615D;
}