ul.menutree_vertical_left,

ul.menutree_vertical_left ul {    
    border-bottom: none;
    font-weight: normal;
    line-height: 30px;
    list-style: none;
    padding: 0;
	margin:0;
	font-family:Trebuchet MS;
	font-size:15px;
}

ul.menutree_vertical_left li {
    padding: 0;
    margin: 0;
    position: relative;
}

ul.menutree_vertical_left li:hover {
   
}

ul.menutree_vertical_left li a,
ul.menutree_vertical_left li span {    
    display: block;	
    text-decoration: none;
	background-image: url(../../../images/button_small_up.png);
	background-repeat:no-repeat;
	height:27px;
	text-align:right;
	padding-right:20px;
	color:#ffffff;
}


ul.menutree_vertical_left li.selected a,
ul.menutree_vertical_left li.selected span {    
     display: block;
    
    text-decoration: none;
	background-image: url(../../../images/button_small_up.png);
	background-repeat:no-repeat;	
	text-align:right;
	padding-right:20px;
	color:#ffffff;
}


ul.menutree_vertical_left li.selected ul li a,
ul.menutree_vertical_left li.selected ul li span { 
   background-image:none;
   background-color:#E8EDF1;
   color:#ffffff;
   padding:0;
   margin:0;padding-right:15px;
   text-align:right;
   border-bottom:1px solid #fff;   

}



.z-blockposition-frontpage_column1 ul.menutree_vertical_left li:first-child a,
.z-blockposition-frontpage_column1 ul.menutree_vertical_left li:first-child span {
	background-image: url(../../../images/button_toebeth_up.png);
	background-repeat:no-repeat;	
	height:66px; 
	line-height:75px;
	font-size:16px;
	font-weight:bold;
}

.z-blockposition-frontpage_column1 ul.menutree_vertical_left li:first-child a:hover,
.z-blockposition-frontpage_column1 ul.menutree_vertical_left li:first-child span:hover {
	background-image: url(../../../images/button_toebeth_roll.png);
	background-repeat:no-repeat;	
	height:66px; 
}


ul.menutree_vertical_left li a:hover,
ul.menutree_vertical_left li span:hover {    
    display: block;    
    text-decoration: none;
	background-image: url(../../../images/button_small_roll.png);
	background-repeat:no-repeat;	
	text-align:right;
	padding-right:20px;
	color:#ffffff;
}


.menutree_vertical_left_container
{	
	width:287px;
	padding:0;
	margin:0;
}





