/*
 * Navigation buttons - all black!
 */

a,
a:hover
{
   cursor:        default; /* no hand */
}

.dim,
a:hover .dim
{
   opacity:       0.0; /* CSS 3 */
   filter:        alpha(opacity=0); /* MSIE fudge */
   visibility:    hidden;
}

.dim_hover,
a:hover .dim_hover,
.selected,
.selected_hover,
a:hover .selected
{
   opacity:       1.0; /* CSS 3 */
   filter:        alpha(opacity=100); /* MSIE fudge */
   visibility:    visible;
}
