/* MENU LEFT */
.menuLeftBack {
	background: #fff url(images/test/menu_back.gif) repeat-y right;
	width: 150px;
}
#menuLeft {
	font: bold 11px Trebuchet MS, sans-serif;
	padding: 0 6px;
	margin: 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#menuLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuLeft li {
	font:  12px Trebuchet MS, sans-serif;
	margin: 0;
	padding: 5px 0;
}
#menuLeft li a {
	background: url(images/test/menu_left_bullet.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
	color: #808080;
	display: block;
}
#menuLeft li a.active {
	background: url(images/test/menu_left_active.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
	color: #394d69;
	display: block;
}
#menuLeft li a.active:hover {
	background: url(images/test/menu_left_active.gif) no-repeat left center;
	text-decoration: none;
	color: #394d69;
}
#menuLeft li a:hover {
	background: url(images/test/menu_left_bullet_hover.gif) no-repeat left center;
	text-decoration: none;
	color: #394d69;
}

#karta {
float:none;
padding: 10px;
}