#topnavbar {
  margin:0 auto 0 auto;
  height:50px;
  width:1000px;
  background: url(http://www.ahhixo.com/images/headerBottom.png) repeat;
  color:#FFF;
  /*font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: none;*/
}

.topnavbarlink {
	height: 50px;
	width: 100px;
}

#topnavbar a {
  color:#FFF;
  font-family: Arial, "Times New Roman", Times, serif;
  font-weight:bold;
  font-size: 14px;
  text-decoration: none;
  line-height: 50px;
}

#topnavbar a:hover {
  color:#8C8D94;
  text-decoration: underline;
}

.button {
  background:transparent url(../images/button.png) no-repeat top center;
  vertical-align:middle;
  padding-bottom:0px;
  border:none;
  width:126px;
  height:31px;
  color:#FFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
}