#navlist {
position: absolute;
left: 0px;
top: 0px;
width: 100px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size:12px;
}
#navlist li {
margin: 0;
float: left; clear: both; width: 100%;
}
#navlist a {
display: block;
padding: 2px 2px 2px 0px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #808080; /*button colour*/
background-position: 0% 0%;
}
#navlist a:link, #navlist a:visited {
color: #000000; /* Text Colour */
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #C0C0C0;
background-position: 0% 0%;
color: #000000;
}
#navlist a:active, #navlist a:active {
background-color: #EAD099;
background-position: 0% 0%;
color: #000000;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #C0C0C0;
background-position: 0% 0%;
color: #000;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #EAD099;
background-position: 0% 0%;
color: #000;
}
