div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
/* Style for top-menu */
.topMenu {
}

/* Style for submenus */
.submenu {
  background-color: #ffffff;

  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  background-image: url(http://gptcomplete.net/images/test.jpg);
  background-repeat: no-repeat;
  font-family:Verdana;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  width: 140px;
  height: 45px;
vertical-align:middle;

text-align:center;




}

/* Style for top items: mouseover state */
.topItemOver {
  background-image: url(http://gptcomplete.net/images/test3.jpg);
  background-repeat: no-repeat;
  font-family:Verdana;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  width: 140px;
  height: 45px;
  vertical-align:middle;
text-align:center;






}