
#Left {
    float: left;
    width: 171px;
}

#Left h2, #MostRight h2 {
    background: url(../images/webshop/h2Bg.gif) repeat-x;
    color: #fff;
    height:14px;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 6px;
}

#Left h2 a, #MostRight h2 a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#Left .list ul {
    margin: 0px;
    padding: 0px;
}

#Left .list li {
	clear: both;
    list-style-type: none;
    border-top: 1px solid #ccc;
}

#Left .list .first {
	border: 0px;
}

#Left .list a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

#Left .list img {
    border: 0px;
    float: left;
    margin: 10px 0px;
    margin-right:10px;
}
#Left .list .name {
    margin-top:10px;
    display:block;
}



/*   T r e e   */

.tree li {
	list-style:none;
}

.tree li:hover {
}

.tree a {
	display:block;
    border-top:1px solid #D4D2D2;
}

.tree a:hover {
    background:#536070 none repeat scroll 0 0;
    color:#FFFFFF;
}

.tree li ul {
	display:none;
}

.tree li ul.expanded {
	display:block;
}

.tree li li {
	list-style-type:square;
}

