/* 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: #663366;
  border: 1px solid #003300; 
  width: 148px; 
  text-align: center;
  vertical-align: middle;
  margin: 0px;
}

td.topMenuItem:hover, td.topMenuItem.hover {
  background: #006633;
}

td.topMenuItem a { color: #ffffff; text-decoration: none; }
td.topMenuItem a:hover {color: #ffcc00; text-decoration: none;}
