.menu {
  clear:left;
  float:left;
  border: 2px inset #00d;
  padding:3px;
  margin-top:30px;
}

.menu a.active {
  border-left: 2px solid #000099;
  border-top:  2px solid #000099;
  border-right:2px solid #acacff;
  border-bottom:2px solid #acacff;
  background-color:#1111aa;
}

.menu a, .menu a:link {
  border-left: 2px solid #acacff;
  border-top:  2px solid #acacff;
  border-right:2px solid #000099;
  border-bottom:2px solid #000099;
  width: 200px;
  clear:left;
  float:left;
  color:black;
  font-weight:bold;
  padding: 2px;
  text-align:center;
  text-decoration:none;
  margin:2px;
}

.menu a:active {
  border-right: 2px solid #acacff;
  border-bottom:  2px solid #acacff;
  border-left:2px solid #000099;
  border-top:2px solid #000099;
}

.menu a:hover {
  background-color:#acacff;
  color:#000;
}




.lavaLamp {
  position: relative;
  /*height: 29px;*/ width: 680px;
  background: blue; /* url("../image/bg.gif") no-repeat top; */
  padding: 15px; margin: 10px 0;
  overflow: hidden;
  border:3px inset #00d;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
  background: #555; /* url("../image/lava.gif") no-repeat right -30px; */
  width: 9px; height: 30px;
  z-index: 8;
  position: absolute;
  border:3px ridge red;
}
.lavaLamp li.back .left {
  background: url("../image/lava.gif") no-repeat top left;
  height: 30px;
  margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
  position: relative; overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 14px arial;
  color: #aaa; outline: none;
  text-align: center;
  height: 30px; top: 7px;
  z-index: 10; letter-spacing: 0;
  float: left; display: block;
  margin: auto 10px;
}
