nav > div > ul > li > a,
.bg-hgrad-darkgray,
#body-content .gmUnselected {
  background: rgba(57,57,57,1);
  background: -moz-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(79,79,79,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,57,57,1)), color-stop(100%, rgba(79,79,79,1)));
  background: -webkit-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(79,79,79,1) 100%);
  background: -o-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(79,79,79,1) 100%);
  background: -ms-linear-gradient(left, rgba(57,57,57,1) 0%, rgba(79,79,79,1) 100%);
  background: linear-gradient(to right, rgba(57,57,57,1) 0%, rgba(79,79,79,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#4f4f4f', GradientType=1 );
}

nav > div > ul > li > ul > li > a,
.bg-hgrad-midgray {
  background: rgba(79,79,79,1);
  background: -moz-linear-gradient(left, rgba(79,79,79,1) 0%, rgba(99,99,99,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(99,99,99,1)));
  background: -webkit-linear-gradient(left, rgba(79,79,79,1) 0%, rgba(99,99,99,1) 100%);
  background: -o-linear-gradient(left, rgba(79,79,79,1) 0%, rgba(99,99,99,1) 100%);
  background: -ms-linear-gradient(left, rgba(79,79,79,1) 0%, rgba(99,99,99,1) 100%);
  background: linear-gradient(to right, rgba(79,79,79,1) 0%, rgba(99,99,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#4f4f4f', GradientType=1 );
}

nav > div > ul > li > ul > li > ul > li > a,
.bg-hgrad-lightgray {
  background: rgba(99,99,99,1);
  background: -moz-linear-gradient(left, rgba(99,99,99,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99,99,99,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(left, rgba(99,99,99,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(left, rgba(99,99,99,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(left, rgba(99,99,99,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to right, rgba(99,99,99,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#4f4f4f', GradientType=1 );
}

.bg-wgrad-white {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(196,196,196,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4', GradientType=0 );
}

.bg-wgrad-yellow {
background: rgba(255,254,237,1);
background: -moz-linear-gradient(top, rgba(255,254,237,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,254,237,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(255,254,237,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(255,254,237,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(255,254,237,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(255,254,237,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeed', endColorstr='#feb645', GradientType=0 );
}

.bg-wgrad-red {
background: rgba(255,216,212,1);
background: -moz-linear-gradient(top, rgba(255,216,212,1) 0%, rgba(196,49,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,212,1)), color-stop(100%, rgba(196,49,49,1)));
background: -webkit-linear-gradient(top, rgba(255,216,212,1) 0%, rgba(196,49,49,1) 100%);
background: -o-linear-gradient(top, rgba(255,216,212,1) 0%, rgba(196,49,49,1) 100%);
background: -ms-linear-gradient(top, rgba(255,216,212,1) 0%, rgba(196,49,49,1) 100%);
background: linear-gradient(to bottom, rgba(255,216,212,1) 0%, rgba(196,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8d4', endColorstr='#c43131', GradientType=0 );
}

.bg-wgrad-blue {
background: rgba(237,242,252,1);
background: -moz-linear-gradient(top, rgba(237,242,252,1) 0%, rgba(70,176,252,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,242,252,1)), color-stop(100%, rgba(70,176,252,1)));
background: -webkit-linear-gradient(top, rgba(237,242,252,1) 0%, rgba(70,176,252,1) 100%);
background: -o-linear-gradient(top, rgba(237,242,252,1) 0%, rgba(70,176,252,1) 100%);
background: -ms-linear-gradient(top, rgba(237,242,252,1) 0%, rgba(70,176,252,1) 100%);
background: linear-gradient(to bottom, rgba(237,242,252,1) 0%, rgba(70,176,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2fc', endColorstr='#46b0fc', GradientType=0 );
}

.bg-wgrad-green {
background: rgba(239,250,205,1);
background: -moz-linear-gradient(top, rgba(239,250,205,1) 0%, rgba(119,189,53,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,250,205,1)), color-stop(100%, rgba(119,189,53,1)));
background: -webkit-linear-gradient(top, rgba(239,250,205,1) 0%, rgba(119,189,53,1) 100%);
background: -o-linear-gradient(top, rgba(239,250,205,1) 0%, rgba(119,189,53,1) 100%);
background: -ms-linear-gradient(top, rgba(239,250,205,1) 0%, rgba(119,189,53,1) 100%);
background: linear-gradient(to bottom, rgba(239,250,205,1) 0%, rgba(119,189,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effacd', endColorstr='#77bd35', GradientType=0 );
}







