﻿#section_title {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: bold;
    text-transform: lowercase;
  }
  #active {
    color: #FF0000
  } 
  div.Base {
    margin-bottom:15px;
  }
  ul.FirstLevel {
    list-style-type: none
  }
  li.FirstLevel {
    margin-top: 7px;
    padding-bottom: 7px;
    background: bottom repeat-x URL(/test_images/dottedline.gif);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
  }
  div.FirstLevel_Arrow {
    float: left;
  }
  div.FirstLevel_Link {
    margin-left: 10px;
  }
  a.FirstLevel {
    outline: none;
  }
  ul.SecondLevel {
    margin-left: 9px;
    text-transform: none;
    font-weight: normal;
  }
  li.SecondLevel {
    margin-top: 4px;
    list-style-type: none;
    width: 100%;
  }
  div.SecondLevel_Button
  {
    float: left;
    margin-left: 2px;
    height: 9px;
  }
  div.SecondLevel_Link
  {
    margin-left: 15px;
  }
  a.SecondLevel {
    outline: none;
  }
  a.expandable {
    color: #446688;
    font-weight: bold;
  }
  a.expandable:active {
    color: #446688;  
  }
  a.expandable:visited {
    color: #446688;  
  }
  ul.ThirdLevel {
    margin-left: 22px;
  }