/* TOP NAVIGATION */
#topnav {
  width: 950px;
  top: 100px;
  z-index: 3;
  display: block;
  position: absolute;
  top: 110px;
}

.toplevellink {
  background: url('/images/blue_bk.png') top repeat-x;
  width: 188px;
  position: absolute;
  top: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  cursor: pointer;
  height: 38px;
}

.toplevellink a, .homepage_homelink {
  color: white;
  text-decoration: none;
  font-size: 1em;
  display: block;
  height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.toplevellink a:hover {
  color: #FFFFFF;
}

#homelink a:hover { background: url(/images/blue_bk_over.png); }
#productlink a:hover { background: url(/images/green_bk.png); }
#teamlink a:hover { background: url(/images/amber_bk.png); }
#teamlink a:hover { color: black; }
#techlink a:hover { background: url(/images/blue_bk_over.png); }
#contactlink a:hover { background: url(/images/blue_bk_over.png); }

#secondlevel {
  position: absolute;
  top: 38px;
  left: 0px;
  font-size: 1.0em;
  text-align: center;
  padding: 10px;
  background : none;
}

#secondlevel a {
  text-decoration: none;
  color: #333333;
  position: relative;
  top: -2px;
}

#secondlevel a:hover {
  text-decoration: underline;
}

#homelink { left: 0px;  }
#productlink { left: 190px;  }
#techlink { left: 570px;  }
#teamlink { left: 380px;  }
#contactlink { left: 760px; width: 190px !important; }

.spacerimg { position: absolute; top: 0px; }
#homespacer { left: 188px; }
#productspacer { left: 378px; }
#teamspacer { left: 758px; }
#techspacer { left: 568px; }

#topnav td {
    border: 0px;
}

#topnav table { 
    border: 0px;
}

