/* Left menu*/
div.left-menu
{
	width:160px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;		
	margin-bottom:8px;	
	/*margin-left:0px;
	margin-right:5px;*/
}

div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active,
div.left-menu a:hover
{
	color:#6c6c6c;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

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:#000000;
	font-weight:bold;
}

.bl
{
	margin-bottom:4px;	
	width:100%;
}
.br 
{
	/*background: url(images/left_menu_delimiter.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:1px;*/	
	padding-bottom:0px;
}

.br-last
{	
	padding-bottom:1px;	
}

.tl
{
	/*background: url(tl000000.gif) 0 0 no-repeat;*/
	background-color:#FFFFFF;
	background: url(images/left_menu_sign.gif);
	background-position: center left;
	background-repeat: no-repeat; 
}

.tl:hover{
	background: url(images/left_menu_act.gif);
	background-position: center left;
	background-repeat: no-repeat; 
}


.tl-selected
{
	background-color:#FFFFFF;
	background: url(images/left_menu_act.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.tr 
{
	/*background: url(tr000000.gif) 100% 0 no-repeat;*/
	padding-left:17px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:8px;	
	margin-left:0px;
	
}
.clear {font-size: 1px; height: 1px}



