/* TOPMENU */
table.topMenu {
  height: 24px;   
}

td.topMenuItem {
  behavior: url('/styles/behavior.zcms.IE.hover.htc');
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;	
  font-variant: small-caps;
  background-color: #990000;
  border: 1px solid #000000; 
  width: 250px; 
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}

td.topMenuItem:hover, td.topMenuItem.hover {
  background: #FFCC00;
  color: #000000;
  border: 1px solid #000000;   
}

td.topMenuItem a { color: #FF6600; text-decoration: none; }
td.topMenuItem a:hover {color: #000000; text-decoration: none;}

