#navigation {
  position: absolute;
  margin-left: 12px;
list-style-type: none;
}

#navigation1 ul {
  list-style: none;
list-style-type: none;
  text-align: left;
}


#navigation li{
  margin: 2px;
  padding: 2px;
  font-weight: bold;
  list-style: none;
  text-align: left;
list-style-type: none;
}

#navigation a{
font: 1.5em Arial, "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
  font-size: 12px;
  color: #333333;
list-style-type: none;
  text-decoration: none;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
list-style-type: none;
}



#navigation a:active{
  color: #333333;
 font-weight: none;
  font-size: 12px;
list-style-type: none;
}
