aside {
  background: -moz-linear-gradient(left, #008AFF 93%, #008AFF 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(93%, #008AFF), color-stop(100%, #008AFF));
  background: -webkit-linear-gradient(left, #008AFF 93%, #008AFF 100%);
  background: -o-linear-gradient(left, #008AFF 93%, #008AFF 100%);
  background: -ms-linear-gradient(left, #008AFF 93%, #008AFF 100%);
  background: linear-gradient(to right, #008AFF 93%, #008AFF 100%);
}
#header {
  background-image: -moz-linear-gradient(top, #1F618C, #008AFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F618C), to(#008AFF));
  background-image: -webkit-linear-gradient(top, #1F618C, #008AFF);
  background-image: -o-linear-gradient(top, #1F618C, #008AFF);
  background-image: linear-gradient(to bottom, #1F618C, #008AFF);
}
#ribbon {
  background: #008AFF;
}

/* Second Level: A:hover */
nav ul ul li > a:hover {
  background-color: rgba(26, 65, 117, 0.9);
  color: #ffffff;
}
/* All levels */
nav ul li a:active {
  background: #2A619E !important;
}
/* All levels */
nav ul li a {
  color: #E6E6E6;
}
.minifyme {
border-bottom: 1px solid rgb(48, 47, 47);
background: rgb(237, 17, 97);
color: rgb(255, 255, 255);
text-align: center;
padding: 0;
width: 36px;
height: 28px;
display: block;
position: absolute;
right: -3px;
border-radius: 5px 0px 0px 5px;
cursor: pointer;
margin-top: 5px;
font-size: 19px;
transition: all 0.1s linear 0s;
}
.minifyme:hover {
  background: #FF0B6F;
  color: #fff;
}
.minified .minifyme {
  color: #fff;
}
.minified nav > ul > li > a > .menu-item-parent {
display: none;
position: absolute;
left: 40px;
top: -3px;
width: 186px;
height: 38px;
line-height: 38px;
background-color: rgb(26, 65, 117);
color: rgb(255, 255, 255);
z-index: 3;
-webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
border-left: 1px solid rgb(191, 191, 191);
border-top: 1px solid rgb(216, 212, 212);
border-bottom: 1px solid rgb(255, 255, 255);
padding-left: 12px;
}
.minified nav > ul > li > ul {
display: none !important;
position: absolute;
left: 40px;
width: 200px;
z-index: 5;
border: 3px solid rgb(191, 191, 191);
min-height: 180px;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
background: rgb(35, 85, 123);
margin-top: -3px;
}
.minified nav > ul > li > ul > li {
  background-color: rgba(35, 85, 123, 0.9);
}

