@CHARSET "UTF-8";

  
li {
  width: 10em;
  margin-top: 3px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
}


li.subMenu{
  width: 250px;
  margin-right: 12px;
  top: 1em;
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 10px;
}

li.subMenuActive{
  width: 250px;
  margin-right: 12px;
  top: 1em;
  padding-bottom: 8px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
}

li.subMenuActive a{
    text-decoration: none;
    color: #FFFFFF;
}

li.subMenu a{
    text-decoration: none;
    color: #FFFFFF;
