html 
    { 
    min-height: 100%; margin-bottom: 1px; 
    }

#imagesBox table tr td table tr td.image-td a img:hover
    {
    border:solid 1px #bce27f;
    }
    
#menuBox li a:hover 
    {
    background-image:url("/images/listbgOver.gif");
    background-repeat:repeat-y;
    color:#bce27f;
    background-color:#918e7e;
    }
    