
/* Layout Stylesheet */ 

#sidebar {
position: absolute;
left: 0;
top: 0;
width: 150px;
font-size: 13px;
}

#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: 7px 2px 6px 21px;
margin:1px 0 1px 0;
background-image:  url(../image/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #fff;
font-weight:bold;
text-decoration: none;
}

#navlist a:hover {
background-image: url(../images/navbtn_hover.gif);
color: #febf18;
font-weight:bold;
text-decoration:underline;
}

#sidebar #navlist .uberlink {
background-image:  url(../images/navbtn_hover.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #febf18 !important;
font-weight: bold;
cursor: default;
}

#navlist a {height: 1%;}