/* menu-left */
	#menu-left ul {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #3d4449;
		/*letter-spacing: 0.075em;*/
		list-style: none;
		margin-bottom: 0;
		padding: 0;
	}

		#menu-left ul a, #menu-left ul span {
			border-bottom: 0;
			color: inherit;
			cursor: pointer;
			display: block;
			font-size: 0.9em;
			padding: 0.625em 0;
			text-decoration: none;
		}

			#menu-left ul a:hover, #menu-left ul span:hover {
				color: #696969;
				background-color: #F0F0F0;
		        opacity: 0.9;
				font-weight: 600;
                filter: alpha(opacity=90)
		        				
			}


	#menu-left > ul > li {
		border-bottom: solid 1px rgba(210, 215, 217, 0.75);
		font-weight:600;
		/*margin: 0 0 0 0;
		padding: 0.3em 0 0 0; */
	}
    .rainbow {
        background: -webkit-linear-gradient(#07286D 0%, #CE0807 45%, #CE0807 45%);
        -webkit-text-fill-color: transparent;
        color:transparent;
        -webkit-background-clip: text;
        background-clip: text;	
    }
	