/* Left menu*/
div.left-menu
{
	font-size: 13px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0px;

	

}

#lmitem {

border-bottom: 1px solid white;
padding: 5px;

background: url(images/left_tab_white.jpg) no-repeat;

}

#lmitem_sel {

border-bottom: 1px solid white;
padding: 5px;

background: url(images/left_tab_white.jpg) no-repeat;

}

div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active

{
	font-family: Arial Narrow, Arial;
	color:#184A7C;
	text-decoration:none;
	font-weight:normal;
	line-height: 16px;
}

div.left-menu a:hover

{
	
	color:#EC6300;
		}

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:black;
}


.clear {font-size: 1px; height: 1px}

.left-menu-foot {
height:10px;
width:170px;
background: url(images/left_tab_foot.jpg) no-repeat;
}


