ul.left-menu{
	margin:0;
	padding:0;
	list-style:none;
	width:170px;
}
ul.left-menu li{
	margin:0;
	padding:2px 0;
	background:none;
}
ul.left-menu a{
	color:#3466C5;
	text-decoration:none;
	font-size:14px;
	padding:3px 15px;	
}
ul.left-menu li.selected  div, ul.left-menu li a{
	position:relative;
	zoom:1;
	display:block;
	color:#3466C5;
	text-decoration:none;
	font-size:14px;
	padding:3px 15px;
	
}
ul.left-menu li.selected div{
	background:#e6ebf6;
}
ul.left-menu li.selected .tl{
	position:absolute;
	overflow:hidden;
	background:url('images/left-menu-crn-tl.gif') no-repeat top left;
	height:3px;
	width:3px;
	top:0;
	left:0;
}
ul.left-menu li.selected .tr{
	position:absolute;
	overflow:hidden;
	background:url('images/left-menu-crn-tr.gif') no-repeat top left;
	height:3px;
	width:3px;
	top:0;
	right:0;
}
ul.left-menu li.selected .bl{
	position:absolute;
	overflow:hidden;
	background:url('images/left-menu-crn-bl.gif') no-repeat top left;
	height:3px;
	width:3px;
	bottom:0;
	left:0;
}
ul.left-menu li.selected .br{
	position:absolute;
	overflow:hidden;
	background:url('images/left-menu-crn-br.gif') no-repeat top left;
	height:3px;
	width:3px;
	bottom:0;
	right:0;
}
ul.left-menu ul.sub{
	margin:7px 0 7px 25px;
	padding:0;
	list-style:none;
}
ul.left-menu ul.sub a{
	font-size:12px;
	padding:2px 0 !important;
	position:relative;
}
ul.left-menu ul.sub span, ul.left-menu ul.sub a:hover{
	color:#B5C3DE;
	background:none !important;
}
/*ul.left-menu ul.sub a:hover .sc-l{
	position:absolute;
	overflow:hidden;
	background:url('images/img_cursorl.gif') no-repeat !important;
	height:17px;
	width:4px;
	top:0;
	left:-25px;
}
ul.left-menu ul.sub a:hover .sc-r{
	position:absolute;
	overflow:hidden;
	background:url('images/img_cursor.gif') no-repeat !important;
	height:17px;
	width:4px;
	top:0;
	right:0;
}*/
ul.left-menu li a:hover {
	border:none;
}
ul.left-menu li a:hover .sc-r{
	position:absolute;
	overflow:hidden;
	background:url('images/img_cursor.gif') no-repeat !important;
	height:17px;
	width:4px;
	top:3px;
	right:0;
	z-index:100;
}
ul.left-menu li a:hover .sc-l{
	position:absolute;
	overflow:hidden;
	background:url('images/img_cursorl.gif') no-repeat !important;
	height:17px;
	width:4px;
	top:3px;
	left:0;
	z-index:100;
}
