.leftmenu,
.leftmenu ul {
	list-style:none;
	margin:2px;
	padding:0;

	}
.leftmenu ul {
	margin-left: 10px;
	}
.leftmenu li {
	margin:2px;
	padding:0;
	}
.leftmenu li a {
	display: block;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	color: #000;
	border: 1px solid #eee;
  border-radius: 2px;
	}

.leftmenu li.active>a {
	font-weight: bold;
	background-color: #006845;
	color: #FFF;
	}	
.leftmenu li.active>a:hover {
	background-color: #006845;
	color: #FFF;
	}
.leftmenu li a:hover {
	text-decoration: none;
	background-color: #eee;
	}
/*--------- šipka u submenu -------------*/
.leftmenu .left-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
    
	border-left: 6px solid transparent;
  border-right: 6px solid transparent;
	border-top: 6px solid #666;
		
	margin-top: 8px;
	margin-right: -10px;
	font-weight:bold;
	}