ul.menu-left {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	list-style: none;
}
ul.menu-left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-left: 7px;
}
ul.menu-left ul li {
	padding-left: 0px;
}

ul.menu-left a {
	text-decoration: none;
	background: url("images/pointer_light.gif") no-repeat top left;
	padding-left: 10px;
}
ul.menu-left a:hover {
	text-decoration: underline;
}

.selected {
	font-weight: bold;
	background: url("images/pointer.gif") no-repeat top left !important;

}
div.menu-overflow {
	overflow: visible;
}
