.HopContent {
 display:none;
}

.HopFrame:hover .HopContent {
 display:block;
}