
a.thumbNoJS:hover img {
filter: alpha(opacity=100);
opacity: 1.0;
}

.anchorNoJS:hover {
color: #000000;
background-color: #aba172;
}

/* This is the magic right here - all browsers except IE6 and lower will recognize the 'li:hover'.  IE6 will recognize the second selector,
   and with the help of some conditional comments in the markup, the <a> tag will span the entire dropdown for IE6 */
.menuBarNoJS ul li:hover .ddMenuContents,
.menuBarNoJS ul li a:hover .ddMenuContents {
display: block;
margin-top: 0px;
}

.menuBarNoJS ul li:hover .ddAnchor,
.menuBarNoJS ul li a:hover .ddAnchor {
color: #bfaf56;
background-color: #000000;	
}

.menuBarNoJS ul li:hover .ddAnchor:hover,
.menuBarNoJS ul li a:hover .ddAnchor:hover {
color: #000000;
background-color: #aba172;		
}