a.menuitem { 
  text-decoration:  none;
  font-size:        12px; 
  font-family:      'Lucida Grande', Verdana, Arial, Sans-Serif; 
  color:            #000000;
  border-bottom:    none;
}

a.menuitem:hover {    
  border-bottom:    dashed #000000 1px;  
  text-decoration:  none;  
}

/* No Decorations */

a.nodec { 
  text-decoration:  none;
  border:           none;
}


