.SectionMenuGroup
{     
    cursor:pointer;
    cursor:hand;    
}

.SectionMenuItem
{
	cursor:pointer;
    cursor:hand;    
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #660000;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    background-color:#F8EBDB;
    width: 160px;
    height: 20px;
    border-top: 1px SOLID WHITE;
}

.SectionMenuItemOver
{
    cursor:pointer;
    cursor:hand;    
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #660000;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    background-color:#F8F8F4;
    width: 160px;
    height: 20px;
    border-top: 1px SOLID WHITE;
}