/* MENU-LEFT */
#menu-left {
	border: 0;
	border-bottom: 15px solid #333333;
	background-color: #333333;
}
#menu-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-left ul ul {
	margin: 2px 0;
}
#menu-left ul ul ul {
	margin: 0;
}
#menu-left a {
	display: block;
	text-decoration: none;
	font: 11px/16px Verdana;
	margin-bottom: 1px;
}
#menu-left a:hover {
	background-color: #ffffcc;
	color: #333333;
}
#menu-left ul a {
	width: 144px;
	padding-left: 8px;
	background-color: #ffffff;
	font-weight: bold;
	color: #999999;
}
#menu-left ul ul a {
	width: 136px;
	padding-left: 16px;
	background-color: #afafaf;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
}
#menu-left ul ul ul a {
	width: 128px;
	padding-left: 24px;
	background-color: #8c8c8c;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
}

