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: 5px;
  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: rgb(62%,35%,22%);}


div#buttonA {

    margin-left: 50px;

}

div#buttonA ul {

    margin: 0px;

    padding: 0px;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    line-height: 30px;

}

div#buttonA li {

    list-style-type: none;

    height: 30px;

    width: 125px;

    margin: 20px;

    text-align:center;

}

div#buttonA li a {

    height: 100%;

    width: 100%;

    display: block;

    text-decoration: none;

    border-width: 6px;

}

div#buttonA li a:link {

    color: #000000;

    font-weight: bold;

    background-color: #CCCCCC;

    border-style: outset;

}

div#buttonA li a:visited {

    color: #000000;

    font-weight: normal;

    background-color: #CCCCCC;

    border-style: outset;

}

div#buttonA li a:hover {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #999999;

    border-style: outset;

}

div#buttonA li a:active {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #666666;

    border-style: inset;

}


