.left-menu
{
	width:178px;
	border:1px solid #b3c8d2;
	border-left:none;
	background:#f0f5f7;
	overflow:hidden;
}

.left-menu div
{
	margin:9px 18px;
}

.left-menu div.separator
{
	width:100%;
	height:1px;
	font-size:1px;
	margin:0;
	background:url(images/menu-items-separator.gif) left no-repeat;
}

.left-menu div.directory
{
	background:url(images/arrow.gif) right 65% no-repeat;
}

.left-menu a
{
	font-size:12px;
	text-decoration:none;
	color:#15588c;
	font-weight:bold;

}

.left-menu a.selected
{
	color:#c30808;
}