#blob {
 /*    background: #0b2b61;
   border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec; 
    background:#fae093;*/
	  position: absolute;
    z-index: 1;
    top: 0;
		
	/*
	  background: -moz-linear-gradient(top, #FBDA7D, #CEA734);
    background: -webkit-gradient(linear, left top, left bottom, from(#FBDA7D), to(#CEA734));
		background: -moz-linear-gradient(top, #FBDA7D, #CEA734);
    background: -webkit-gradient(linear, left top, left bottom, from(#FBDA7D), to(#CEA734));
    -moz-border-radius: 14px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #866F24;
    -webkit-box-shadow: 2px 3px 10px #866F24;
		
	  background: -moz-linear-gradient(top, #FAE093, #E0B74B);
    background: -webkit-gradient(linear, left top, left bottom, from(#FAE093), to(#E0B74B));
		background: -moz-linear-gradient(top, #FAE093, #E0B74B);
    background: -webkit-gradient(linear, left top, left bottom, from(#FAE093), to(#E0B74B));
    -moz-border-radius: 14px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #866F24;
    -webkit-box-shadow: 2px 3px 10px #866F24;
	*/
	/*background:#fff!important; added by me*/
}

#nav {
    position: relative;
 /*   background: #292929; */
}

#nav li {
    float: left;
    list-style: none;
}

#nav li a {
/*    color: #e3e3e3; */
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 18px;
    text-decoration: none;
    width: 100%;

}