.left-menu td
{
height: 20px;
font-size: 11px;
text-transform: uppercase;
padding-left: 23px;
padding-top: 2px;
padding-bottom: 3px;
padding-right: 19px;
}

.none
{
background-image: url(/img/none.gif);
background-position: top left;
background-repeat: no-repeat;
}

.none a
{
color: #283439;
}

.none a:hover
{
text-decoration: none;
}

.selected
{
background-image: url(/img/act.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #283439;
}

.selected a
{
color: white;
}


.selected a:hover
{
text-decoration: none;
color: white;
}