.menustrip {
  /* margin-* for centering does not work in IE */
  margin-left: auto;
  margin-right: auto;
  border: 0px; padding:0px;
  height:170px;
  /*border: 2px solid red;*/
}



.menustrip td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;

  position:relative;

  background: url('strip/frame.gif') top left no-repeat;

  width:152px;
  height:170px;
  align: center;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.menustrip td div {
  position:relative;
}

.menustrip-links {
  font-size: 90%;
  vertical-align: top;
  border: 0px;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}





.menustrip .top {
  box-sizing: border-box;
  -moz-box-sizing: border-box;

  position: absolute;
  top: 0px;
  left: 0px;

  width: 152px;
  height: 21px;

  margin:0px;
  border:none;
  padding: 0px 0px 0px 20px;

  color: #cc9900;
  font-size: 9px;
  line-height: 6px;
  font-weight: bold;
  /*font-family: courier;*/
  word-spacing: 58px;
  cursor: pointer;
  cursor: hand; /* for IE, must follow cursor: pointer */
}



.menustrip a {
  text-decoration: none;
}


.menustrip span , .menustrip img {
  display: block;
  margin: 0px; border: 0px; padding: 0px;
  cursor: pointer;
  cursor: hand; /* for IE, must follow cursor: pointer */
}


.menustrip .pic {
  position: absolute;
  top: 21px;
  left: 5px;
  /*margin: 0px 3px 0px 5px;*/
  width: 144px;
  height: 96px;
}

.menustrip .txt {
  width: 152px;
  height: 170px;
}


