#topnavigation {
  position: relative;
  width: 1000px;
  height: 50px;
  background: url('../design/topnavigation/def_menu_bg.png') no-repeat;
}

#topnavigation table {
  table-layout: auto;
  font-family: Verdana;
  color: #ffffff;
  font-size: 12pt;
  height: 50px;
  width: 100%;
  font-weight: bold;  
}

#topnavigation td {
  text-align: center;
  vertical-align: bottom;
}

#topnavigation img {
  padding-bottom: 10px;
  padding-top: 5px;
}

#topnavigation a {
  text-decoration: none;
  color: #ffffff;   
}

#topnavigation a:hover {
  text-decoration: underline;
  color: yellow;  
}
