
body{
        margin: 0px;
        padding: 0px;
		background-color:transparent;
	}


.plainMenu                {font-family:arial;font-size:1.1em;font-weight:normal;color:blue;
                                text-decoration: none;
                               }
							   
 
	  
/* The side navigation menu */

.sidenav {
 /* height: 300px; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 20px; /* Stay at the top */

 /*  background-color: #a6d2ff; */
   
  background:linear-gradient(to right,#e1ffe1, #ffffff);
  
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links  top right bottom left*/
.sidenav a {
  padding: 0px 2px 0px 0px;
  display: block;
  transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color:green;
 }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

