#navlist {
width: 190px;
}

#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: .9em;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 2px 2px 2px 5px;
border: 1px solid;
border-color: #c8c8c8 #c8c8c8 #c8c8c8 #c8c8c8;
background-color: #c8c8c8;
background-image:  url(assets/GreyBar.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link {
color:#1c8281;
text-decoration: none;
}

#navlist a:visited {
color: #2c588f;
text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #2c588f;
background-image:  url(assets/BlueBar.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffff;
}


#longlist {
width: 280px;
}

#longlist 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: .9em;
}

#longlist li {
margin: 0;
}

#longlist a {
display: block;
padding: 2px 2px 2px 5px;
border: 1px solid;
border-color: #c8c8c8 #c8c8c8 #c8c8c8 #c8c8c8;
background-color: #c8c8c8;
background-image:  url(assets/GreyBar.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}

#longlist a:link {
color:#1c8281;
text-decoration: none;
}

#longlist a:visited {
color: #2c588f;
text-decoration: none;
}

#longlist a:hover, #longlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #2c588f;
background-image:  url(assets/BlueBar.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ffffff;
}