/* speedbar tabs -------------------------------------------- */

#navcontainer {
width: 150px;
}

#navcontainer ul {
margin-left: 0;
padding-left: 6px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
display: block;
padding: 2px 2px 2px 12px;
width: 130px;
color: #000000;
font-family: arial;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .5px;
}

#navcontainer a:link, #navlist a:visited {
color: #000000;
text-decoration: none;
}

#navcontainer #selected a {
color: #000000;
background-color: #FFFFFF;
background-image: url(blue_star.gif);
background-repeat: no-repeat;
}

#navcontainer #selected a span {
color: #000000;
background-color: #FFFFFF;
}

#navcontainer a:hover {
background-color: #FFFFFF;
color: #000000;
background-image: url(blue_star.gif);
background-repeat: no-repeat;
}