#PopMeneUL li:hover {
    background: #00547c
}

div.thumb a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}

div.thumb a:hover {
    color: #f5f500;
    text-decoration: none
}

.alpha:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}