ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


#nav {margin: 0; padding: 0;}
#nav li {list-style: none; float: left;
  margin-left: 1px; padding-left: 3px;
  font-size: 10px; line-height: 20px; white-space: nowrap;
  background:#BBB 0 100% no-repeat;}
#nav a {display: block; float: left; padding: 0 6px 0 0;
  text-decoration: none; font-weight: bold;
  background:#DDD  100% 100% no-repeat;
  color: #333;
  width: .1em;}
#nav a:hover {text-decoration:underline;color: brown; /*rgb(62%,35%,22%);*/ font-weight:bold}



