.left-menu div
{
	margin:9px 9px 9px 5px;
	position: relative;
}

.left-menu div.separator
{
	width:100%;
	height:1px;
	font-size:1px;
	margin:0;
	/*background:url("images/menu-items-separator.gif") left repeat-x;*/
	border-bottom: 1px solid #dcdcdc;
}

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

.left-menu a
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#000;
	font-weight:normal;

}

.left-menu a:hover {
	text-decoration:none;
	color:#417db5;
}

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

.left-menu a.selected:before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	width: 4px;
	height: 100%;
	border-left: 4px solid #417db5;
}