
#navlist
{
  width:100%;
  height:30px; 
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0px 0px 0px 0px;

}

#navlist ul, #navlist li
{

  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  padding-left:15px;
  padding-right:15px;
  list-style-type: none;
  display: inline;
  color: #fff;

}

#navlist a:link, #navlist a:visited
{

  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding-bottom: 6px;
  background: transparent;
  color: #ddd;

}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{

  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  border-bottom: 4px solid #fff;
  padding-bottom: 2px;
  background: transparent;
  color: #fff;

}

#navlist a:hover 
{ 

  text-align:left; 
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #fff;
  border-bottom: 4px solid #fff;
  padding-bottom: 2px;

}

li#active
{

  text-align:left; 
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #ffffff;
  padding-left:10px;
  padding-right:10px;

}