
p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 144px;
}

ul#menu a {
  display: block;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
  font-size:13px;
}

ul#menu li {
  margin-top: 1px;
  font-weight: bold;
}

ul#menu li a {
    color: #333;
    padding: 0.1em;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    background-color: #FFF;
    padding-left: 12px;
    outline:none;
}

ul#menu li a:hover {
    background-color: #FFF;
    color: #666;
    outline:none;
}
.opened{
    background-image: url(downArrow.png);
    background-position: 0px 4px;
    background-repeat: no-repeat;   
}
.closed{
    background-image: url(arrow.png);
    background-position: left 0px;
    background-repeat: no-repeat;   
}
ul#menu li ul li a {
  background: #FFF;
  color: #000;
  padding-left: 10px;
  font-weight: normal;
  background-image:none;
  padding-left: 13px;
  border: #FFF;
  outline:none;
  
}

ul#menu li ul li a:hover {
  background: #fff;
  border-left: 0px;
  padding-left: 13px;
  border: #FFF;
  outline:none;
}
.level_two li a{
    background-color:#fff;
}
.level_three li a{
  background-color:#fff;
}
.submenu{
  color:#5858FA;
}

#menu ul li {
  list-style-type: circle;
}


.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }


.menuArea
{
    height:300px;
    width:217px;
    overflow: hidden;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    overflow-x: hidden;
}