 #tmenu {
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  height: 35px;
  position: relative;
  background: url(menu.jpg) no-repeat;
 }
 #tmenu span {
  display: none;
 }
 #tmenu a {
  display: block;
  position: absolute;
  top: 0;
  height: 35px;
  background-image: url(menuon.jpg);
  background-repeat: no-repeat;
  background-position: 0 -500px;
 }
 #tmenu a span {
  display: none;
 }
 #tmenu a:hover {
  background-image: url(menuon.jpg);
 }
 #tmenu #tmenu_1 {
  left: 0;
  width: 81px;
 }
 #tmenu #tmenu_1:hover {
  background-position: 1px 0;
 }
 #tmenu #tmenu_2 {
  left: 80px;
  width: 84px;
 }
 #tmenu #tmenu_2:hover {
  background-position: -80px 0;
 }
 #tmenu #tmenu_3 {
  left: 163px;
  width: 101px;
 }
 #tmenu #tmenu_3:hover {
  background-position: -163px 0;
 }
 #tmenu #tmenu_4 {
  left: 263px;
  width: 128px;
 }
 #tmenu #tmenu_4:hover {
  background-position: -263px 0;
 }
 #tmenu #tmenu_5 {
  left: 389px;
  width: 155px;
 }
 #tmenu #tmenu_5:hover {
  background-position: -389px 0;
 }
 #tmenu #tmenu_6 {
  left: 543px;
  width: 217px;
 }
 #tmenu #tmenu_6:hover {
  background-position: -543px 0;
 }
 #tmenu #tmenu_7 {
  left: 610px;
  width: 150px;
 }
 #tmenu #tmenu_7:hover {
  background-position: -610px 0;
 }

 #tmenuitems div {
  position: absolute;
  top: 244px;
 }
 #tmenuitems a {
  position: static;
  top: auto;
  display: block;
  background-image: none;
  background-color: #ccff00;
  color: #003366;
  text-decoration: none;
  font-weight: normal;
  width: 190px;
  _height: 16px;
  height: 20px;
  padding: 4px 0 0 10px;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
  border-left: 1px solid #003366;
 }
 #tmenuitems a:hover {
  background-image: none;
  /*background-color: #ffb31b;*/
  font-weight: bold;
 }
 #tmenu_podmenu_4 {
  position: absolute;
  left: 262px;
 }
 #tmenu_podmenu_5 {
  position: absolute;
  left: 388px;
 }
 #tmenu_podmenu_6 {
  position: absolute;
  left: 542px;
 }
 #tmenu_podmenu_7 {
  position: absolute;
  left: 602px;
 }
 #tmenu_podmenu_8 {
  position: absolute;
  left: 693px;
 }