 .ti-nav li {
	list-style-image: none;
	list-style-type: none;
	padding-left:5px;
		     }

  .ti-nav li a {
	color: #5F5F5F;
	text-decoration:none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F7F7F7;
	        }
  .ti-nav li a:hover {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #5591b4;
        }
   .ti-nav li .active {
	color: #000000;
	background-color: #EAEAEA;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5591b4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5591b4;
        }
	.ti-nav li .selected {
    border-bottom-width: 3px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #FF9F00 !important;
        }

.ti-nav li a.no-border.active{
    border:none !important;
}


/* hintergrund linkes menu  */
.sidebar {
	padding: 0;
	background-color: #faedda;
	ms-overflow-x:hidden;
	overflow-x:hidden;
	height:99%;
}
.sidebartog{
    padding: 6px;
}

.sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

/*  Einfarbiges Thenma

    #sidebar h4{
	background-color: rgb(56, 155, 77);
    padding: 5px 10px;
    color: #fff;
    margin-top:20px;
}   */


/* linkes Menu Thema */
/*  Gradient Thenma */

/*   ende Gradient Thema */