 .header
{
    font-size: small;
    cursor: hand;
    font-family: Arial;
    color: #FFFFFF;
}

 .details
{
    border: medium solid #000000;
    display: none;
    font-size: small;
    visibility: hidden;
    font-family: Arial;
    color: #000000;
    background-color: #FFFFFF;
}
#menu-container
{
    position:relative;z-index:99;
}
