#menu {
  display: block;
  float: left;
  height: 100px;
  margin: 14px 0px 0px 99px;
  padding: 0px;
  width: 101px;
}

#menu img {
        margin: 0px;
        padding: 0px;
        border: 0px none #EEE;
	background-color: transparent;
}

#menu a {

        z-index: 0;
}

#menu:hover{

}

#menu div.spn {
display: none;
position: relative !important;
position: absolute;
background-color: #FEFEFE;
padding: 0px;
margin: 0px;
border-bottom: 10px solid #EEE;
text-decoration: none;
color: #999;
width: 799px;
z-index: 50;
}

#menu:hover div.spn{ /*CSS for enlarged image on hover*/
display: block;
top: -68px;
left: 101px; /*position where enlarged image should offset horizontally */
}

#menu td a {
font-size: 12px;
border: 1px none red;
margin-left: 20px;
}

#menu hr {
height : 0px;
width: 100%;
border: none;
border-bottom: 1px solid #CCC;
margin: 0px;
padding: 0px;
}
