/* SYSTEMMENU */
table.systemMenu {
  border: none;; 
  align: right;
  height: 14px;   
}
td.systemMenuItems {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;	
  text-align: left;
  vertical-align: middle;
  color: #666666;  
}
td.systemMenuItems a { color: #666666;text-decoration: none; }
td.systemMenuItems a:hover {color: #333333; text-decoration: none; }

