body{
font-family: Tahoma;
color: black;
}

table.text
{
font-size: 12;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 2px;
border: 1px dashed gray;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -260px; /*position where enlarged image should offset horizontally */
top: -50px;
}

a img{
border:0;
}

#menu a	
{	
text-align: center;
text-decoration: none;
font-size: 12;
color: #000000;
display: block;
width: 110px;
padding: 5;	
}
#menu a:hover
{
  color: gray;
  background-color: #FFEB99;
}


