#dokument #left-menu {
	font: inherit;
	/* width: 16%; */
	max-width: 18em;
	width: 18em;
}
#left-menu ul{
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
#left-menu ul li{
	clear: both;
	width: 100%;
	/* height: 22px; */
	height: 19px;
	margin-bottom: 0.25em;
}
#left-menu ul li a {
	font: inherit;
    color: #971a39;
    display: block;
    float: left;
    margin-top: 0px;
    padding: 2px 2px 0 2px;
    text-transform: uppercase;
    transition: color 0.5s ease 0s;
    text-shadow: none;
    /* width: 80%; */
    width: 90%;
    /* height: 17px; */
    height: 1.2em;
    background-color: white;
}

#left-menu ul li > div {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	/* height: 19px; */
}

#left-menu ul li > div.menu_top_right {
	background: none;
	width: 0;
	height: 0;
	
	border-left: 0px solid transparent; 
	/* border-top: 19px solid white;  */
	border-top: 1.4em solid white; 
	border-right: 13px solid transparent;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
}