/* menu icons */
img.thmb {
   border               : 0px;
   filter               : alpha(opacity=50);
   opacity              : .50;
}
img.thmb:hover {
   border               : 0px;
   filter               : alpha(opacity=100);
   opacity              : 1.0;
}
img.thmba {
   border               : 0px;
}

