/* LEFT MENU
-------------------------------------------------------*/
.left-menu {
	margin:0;
	padding:0;
	list-style:none;
}
.left-menu-item {
	line-height:19px;
	padding-left:32px;
	margin-bottom:4px;
}
.left-menu-item.active{
	background:url(images/menu-lvl1-bg.gif) no-repeat top right;
}
LI.left-menu-item.active{
	background:url(images/menu-lvl1-bg.gif) no-repeat top right;
}
.left-menu-item-link {
	display:block;
	padding-left:20px;
	background:url(images/menu-lvl1-bullet.gif) no-repeat 0 0;
	white-space:nowrap;
}
.left-menu-item-link-selected {
	display:block;
	padding-left:20px;
	font-weight:bolder;
	color:#8A2C5B;
	background:url(images/menu-lvl1-bullet.gif) no-repeat 0 -19px;
	white-space:nowrap;
}
