#content
{
  background: url(../../template_files/imgs/ape_logo.gif) no-repeat 500px 25px;
}

#supported
{
  font-size: 90%;
  font-weight: bold;
  color: rgb(100,200,50);
}

#tag_line
{
  font-size: 90%;
  font-weight: bold;
}

#main_menu
{
 margin-bottom: 20px;
}

#ape_main_menu
{
  margin: 10px 0 0 150px;
  padding: 0 0 10px 10px;
  height: 19px;
  width: 660px;
  font-size: 100%;
  text-transform: capitalize;
  border-bottom: 1px dashed #bfbfbf;
}

#ape_main_menu ul
{
list-style: none;
}

#ape_main_menu li
{
 display: inline;
 margin: 0;
 text-align: left;
 font-size: 100%;
 font-family: arial, verdana, helvetica, sans-serif;
 background: url(../../template_files/imgs/puce.jpg) no-repeat 5px 9px;
}

#ape_main_menu li.unselected a
{
 list-style-type: none;
 text-decoration: none;
 color: #009b00;
 font-weight: normal;
}

#ape_main_menu li.unselected a:hover
{
 text-decoration: none;
 color: #64c85f;
 font-weight: normal;
 list-style-type: none;
}

#ape_main_menu li.selected a
{
 text-decoration: none; 
 color: #009b00;
 font-weight: bold;
 list-style-type: none;
}


