img {
    border-style:none;
}

a { 
    text-decoration: none;
 }

.mainmenu li ul {
    left: 0;
    position: absolute;
    z-index: 1000;
}

#backgroundblue {
  background: -moz-linear-gradient(top left, #296698, #1b1f31); 
  background: -webkit-linear-gradient(top left, #296698, #1b1f31); 
  background: linear-gradient(to bottom right, #296698, #1b1f31); 
}