/* CSS Document */

#sidebar {
width: 200px;
font-size: .8em;
}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
display: block;
padding: 4px 4px 4px 4px;
border-top:1px dashed;
border-bottom:none;
border-left:none;
border-right:none;
border-color: #333 #fff #fff #fff;
color: #333333;
width: 175px;
height: auto;
font-family:"Courier New", Courier, monospace;
letter-spacing:2px;
font-size:10px;
font-weight:bold;
text-decoration:none;
vertical-align:middle;
/*background-image:  url(../assets/white.gif);*/
/*background-repeat: no-repeat;*/
/*background-position: 0% 50%;*/


}
#navlist a:hover {
background-color: #cc6600;
color:#000000;

/*background-image:  url(../assets/rust.gif);*/
}

/*Image references are not necessary if you just want to do a color swap out. I left them commented out so if I wanted to add images to the rollovers later, I could do so.*/

#sidebar #navlist .uberlink {
background-color: #9F6F9F;
color: #F0F0F0; !important;
font-weight: bold;
cursor: default;
/*background-image:  url(../assets/rust.gif);*/
/*background-repeat: no-repeat;*/
/*background-position: 0% 50%;*/

}

