/* Generated by KompoZer */
ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style-type: none;
}
li {
  display: inline;
}
.home {
  background-image: url(images/homeOn.png);
  width: 84px;
  height: 37px;
  float: left;
}
.news {
  width: 79px;
  height: 37px;
  float: left;
  background-image: url(images/newsOff.png);
}
.tutorials {
  width: 105px;
  height: 37px;
  float: left;
  background-image: url(images/tutorialsOff.png);
}
.documentation {
  width: 155px;
  height: 37px;
  float: left;
  background-image: url(images/documentationOff.png);
}
.downloads {
  width: 125px;
  height: 37px;
  float: left;
  background-image: url(images/downloadsOff.png);
}
.tools {
  width: 80px;
  height: 37px;
  float: left;
  background-image: url(images/toolsOff.png);
}
.links {
  width: 79px;
  height: 37px;
  float: left;
  background-image: url(images/linksOff.png);
}
.contact {
  width: 98px;
  height: 37px;
  float: left;
  background-image: url(images/contactOff.png);
}
.topMenu {
  position: fixed;
  top: 0px;
  left: 8px;
}
.leftBorder {
  position: fixed;
  background-image: url(images/leftBorder.png);
  top: 37px;
  left: 0px;
  width: 8px;
  height: 10px;
}
.rightBorder {
  position: fixed;
  background-image: url(images/rightBorder.png);
  top: 37px;
  width: 8px;
  height: 10px;
  left: 862px;
}
.subMenu {
  position: fixed;
  top: 37px;
  left: 8px;
  width: 854px;
  height: 10px;
  background-color: #c4c0ff;
}
