.menuLeft {
	width: 180px;
}
.menuLeft p {
	font: bold 15px/30px Verdana;
	padding: 0;
	margin: 0;
	text-align: center;
}
.menuLeft a {
	display: block;
	padding: 5px 0;
	margin: 2px auto;
	color: #320;
	width: 170px;
	text-decoration: none;
}
.menuLeft a:hover {
	text-decoration: underline;
}
a.menuLeft-off {
	display: none;
}
a.menuLeft-2 {
	text-indent: 25px;
	color: white;
	background: url(images/menuleft-2.gif) no-repeat center right;
	font: bold 12px Verdana;
}
a.menuLeft-2-on {
	color: black;
	background: url(images/menuleft-2-on.gif) no-repeat center right;
}
a.menuLeft-1 {
	text-indent: 30px;
	background: url(images/menuleft-1.gif) no-repeat center right;
	font: bold 11px Verdana;
}
a.menuLeft-1-on {
	background: url(images/menuleft-1-on.gif) no-repeat center right;
}
a.menuLeft-0 {
	text-indent: 40px;
	background: url(images/menuleft-0.gif) no-repeat center right;
	font: normal 11px Verdana;
}
a.menuLeft-0-on {
	background: url(images/menuleft-0-on.gif) no-repeat center right;
}
.menuLeftDebug {
	border: 1px solid;
	margin: 30px;
}
.menuLeftDebug tr td,
.menuLeftDebug tr th {
	border: 1px solid #ccc;
	padding: 5px;
}

