#navcontainer
{
background: #ffffff;
margin: 0;
padding: 0;
width: 172px;
font-family: "Trebuchet MS", Tahoma, sans-serif ;
font-size: 15px;
font-weight: bold;
text-align: right;
float: left;
display: block;
}

ul#navlist
{
text-align: right;
list-style: none;
padding: 0;
margin: 0;
}

ul#navlist li
{
display: block;
background: #f2f2f2;
border-bottom: 1px #ffffff solid;
border-top: 1px #dcdcdc solid;
height: 30px;
padding: 0px
}

ul#navlist li:first-child
{
border-top: 1px #ffffff solid;
background:  #f2f2f2 url("./../images/topright.jpg") no-repeat top right;
height: 31px
}

ul#navlist li:last-child
{
background:  #f2f2f2 url("./../images/bottomright.jpg") no-repeat bottom right;
height: 31px
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 6px 1em 7px 2em;
border-left: 10px #f2f2f2 solid;
color: #777;
text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
border-left: 10px #ff5b02 solid;
}

ul#navlist li#lastactive a
{
border-left: 10px #ff5b02 solid;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
}

