/* Generated by KompoZer */
#menu {
  margin: 40px 15px;
  width: 200px;
  font-family: arial,verdana,sans-serif;
  text-decoration: none;
}
#menu ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 150px;
}
#menu a {
  background: transparent url(Graphics/off.gif) no-repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  text-decoration: none;
  color: #000000;
}
#menu ul.nav a:visited {
  background: transparent url(Graphics/visited.gif) no-repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  color: green;
}
#menu ul.nav a:hover {
  background: transparent url(Graphics/on.gif) no-repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  color: #0099cc;
}
#menu a:active {
  background: transparent url(Graphics/off.gif) no-repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
#menu li.current {
  background: transparent url(Graphics/on.gif) no-repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  color: #0099cc;
  line-height: 30px;
  padding-left: 30px;
}
#MostText {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
