.leftMenuBox {
    width : 94%;
    margin : 3%;
    padding-bottom : 4%;
    background : #fff url("/grafik/box_corner_bottom_right.gif") no-repeat bottom right;
}

.leftMenuBox h2 {
    margin : 0;
    padding-top : 10px;
    padding-left : 15px;
    background : #fff url("/grafik/box_corner_top_left.gif") no-repeat top left;
}

.leftMenuBox ul {
    margin-top : 4%;
    margin-left : 10%;
}

.leftMenuBox li {
    margin-top : 2%;
    list-style-image : url("/grafik/menu_bag_bullet.gif");
}

.leftMenuBox li.selected {
    margin-top : 2%;
    list-style-image : url("/grafik/menu_bag_bullet_selected.gif");
}

.leftMenuBox a {
    color: Blue;
	text-decoration: underline;
}

.leftMenuBox a:hover {
    color: Navy;
	text-decoration: none;
}

#selected a {
    color: Navy;
	text-decoration: none;
}