ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:6px;
}

li{
    background:transparent url(../images/site/bullet_blue.png) no-repeat scroll left 4px;
    font-weight:bold;
    padding-left:18px;    
}


ul.left_nav{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
ul.left_nav li{
    background:none;
    padding:0;
}

ul.left_nav li a{
    padding:0px 0px 0px 18px;
    color:#f4ead1;
    font-weight:bold;
    text-decoration:underline;
    background: url(../images/site/bullet_blue.png) no-repeat scroll left 4px;
}

ul.left_nav li a:hover{
    color:#fff;
    background: url(../images/site/bullet_brown.png) no-repeat scroll left 4px;
}
