body {font-family: Verdana, sans-serif; font-size:16 ;}

#Header {
/*   position: absolute;  */
   top: 0px; 
   left: 0px;
   width: 100%;
   }

.Menu { 
   border:1px solid grey; 
   margin:5px; 
   padding:8px;
   }
.Menu ul {
   list-style-type: none;
   margin:0; 
   padding:0;
   }
.Menu ul li {
   display:inline; 
   margin:10px;}


#ProdPage {
   position: relative;
   }

#LeftNav {
   position: absolute;
   display: inline;
   left: 10; 
   top: 0; 
   width: 250px; 
   max-width: 250px; 
}

#Product {
   position: absolute;
   display: inline;
   right: 10px;
   top: 0px;
   width: 700px;
   overflow: visible;
}

