/* Left menu*/
div.left-menu
{
	position:relative;
	top:0px; left:0;
	width:240px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px 0;
	margin:15px 0 7px;
	background: #F5FCFD;
	background: -moz-linear-gradient(left, #F5FCFD, #E8FAFC 50%, #E8FAFC 51%, #DEF8FC);  
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #F5FCFD), color-stop(.5, #E8FAFC), color-stop(.5, #E8FAFC), to(#DEF8FC));
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	border-radius: 10px;
	border: 1px solid #8ACFD8;
	-moz-box-shadow: 0 1px 2px #CCCCCC, inset 0px 0px 20px rgba(170, 220, 242,0.5);
	-webkit-box-shadow: 0 1px 2px #CCCCCC, inset 0px 0px 20px rgba(170, 220, 242,0.5);
	box-shadow: 0 1px 2px #CCCCCC, inset 0px 0px 20px rgba(170, 220, 242,0.5);
	/*margin-bottom:-40px;*/
	padding-top:50px;
	top:-50px;
}
div.left-menu a.item
{
	padding:5px 10px;
	position:relative;
}
div.left-menu a.item:not(:last-child):after{
	content:'';
	width:100%;
	height:1px;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom:0;
	background: #F5FCFD;  
	background: -moz-linear-gradient(left, rgba(72, 161, 206, .0), rgba(92, 173, 214, 0.9) 50%, rgba(72, 161, 206, .0));
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(72, 161, 206, .0)), color-stop(.5, rgba(92, 173, 214, 0.9)), to(rgba(72, 161, 206, .0)));
}
div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active,
div.left-menu a:hover
{
	display:block;
	color:#292929;
	text-decoration:none;
	text-shadow: none/*0px -1px 0 #BEDCE0*/;
	/*font-weight:bold;*/
}
div.left-menu a:hover
{
	color:#727272;
	text-shadow:none;
}
div.left-menu a.selected:link,
div.left-menu a.selected:visited,
div.left-menu a.selected:active,
div.left-menu a.selected:hover
{
	color:#8E8E8E;
}

.bl
{
	margin-bottom:4px;
	background:#E5E5D8 url(images/bl.gif) 0 100% no-repeat;
	width:100%;
}
.br 
{
	background: url(images/br.gif) 100% 100% no-repeat;
}
.tl
{
	background: url(images/tl.gif) 0 0 no-repeat;
}
.tr 
{
	background: url(images/tr.gif) 100% 0 no-repeat;
	padding:5px 10px;
}
.clear {font-size: 1px; height: 1px}
div.lm_title
{
	color:#007FB2;
	padding:5px 10px;
}

