/* Generated by KaZcadeS */
body {
  top: 0px;
  left: 0px;
  background-color: #fff332;
}
a {
  text-decoration: none;
  font-style: normal;
  color: #000000;
}
.menu {
  display: block;
  top: 0px;
  width: 170px;
  text-align: center;
  height: 100%;
  padding-top: 3px;
  padding-left: 12px;
  left: 0;
  float: left;
  position: fixed;
  background-color: #32ba32;
}
.main {
  text-align: center;
  width: 600px;
  left: 185px;
  background-color: #fff332;
  display: block;
  overflow: auto;
  float: right;
  position: absolute;
  margin-top: 5px;
}
.menu_item {
  border: none;
  display: block;
  width: 140px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin-top: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.menu_item:hover {
  text-align: center;
  background-color: #ffffcc;
  color: #32ba32;
}
.float_down {
  color: #ffcc00;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  bottom: 5px;
  float: none;
  position: relative;
}
