/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
	margin-top: 20px;
}

.lewel-one
{
	padding: 10px 16px;

  border-radius: 10px;
  background-image: -moz-linear-gradient( -90deg, rgba(7,4,6,0) 0%, rgba(0,0,0,0.25098) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(7,4,6,0) 0%, rgba(0,0,0,0.25098) 100%);
  background-image: -ms-linear-gradient( -90deg, rgba(7,4,6,0) 0%, rgba(0,0,0,0.25098) 100%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  width: 196px;
  height: 32px;
  background-color: rgba(204, 153, 102, 0.36);
}

.lewel-one a
{
color: #000000;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 15px;
    color:black;
}

.lewel-one:hover
{
  background-color: rgba(204, 153, 102, 0.5);
}


.lewel-one a.selected:link,
.lewel-one a.selected:visited,
.lewel-one a.selected:active,
.lewel-one a.selected:hover
{
    color: #000000;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 15px;
}
.lewel-two{
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.8);
    margin-left: 7px;
    width: 183px;
    display: none;
}
.lewel-two a {
	color: black;
	font-family: sans-serif;
	font-size: 14px;
}
.lewel-two a:before{
		content: '●';
		margin-right: 5px;
}