.left-nav
{
    float: left;
    width: 20%;
}

.left-nav ul
{
    width: 100%;
}

.left-nav ul li
{
    line-height: 30px;
    width: 100%;
    position: relative;
    background: url(images/list_item_icon.gif) left top no-repeat;
}
.left-nav ul li a, .left-nav ul li a:visited
{
    color: #666666;
    display: block;
    height: 30px;
    width: 100%;
    text-indent: 30px;
    background: url(images/list_item_bg1.jpg) left top no-repeat;
}
.left-nav ul li a#current
{
    color: #fff;
    background: url(images/list_item_bg1.jpg) left bottom no-repeat;
}
.left-nav ul li a:hover
{
    text-decoration: none;
    color: #fff;
    background: url(images/list_item_bg1.jpg) left bottom no-repeat;
}
.left-nav ul li ul
{
    width: 90%;
    padding-left: 20px;
}

.left-nav ul li ul li
{
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: none;
}
.left-nav ul li ul li a, .left-nav ul li ul li a:visited
{
    background: none;
    text-indent: 20px;
}
.left-nav ul li ul li a.current
{
    color: #fff;
    background: url(images/list_sub_bg.jpg) left no-repeat;
}
.left-nav ul li ul li a:hover
{
    text-decoration: none;
    color: #fff;
    background: url(images/list_sub_bg.jpg) left no-repeat;
}
