
body {
background-color:#FFF;
   color: #333;
   font-family: Tahoma, "Lucida Grande", Verdana, sans-serif;
   font-size: 12px;
   margin: 0px;
   padding: 0px;
}
#header {
      width: 960px;
       height: 138px;
       margin: 0px auto;
/*      display:block;
  */     float: none;
}


#headerallwidth {
background-color:#F6F6F6;
      width: 100%;
      height: 138px;
      padding-top: 5px;
}    

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	 color: #fff;
	  background-color: #000066;
	   background-image:url(images/menupoint.jpg);
	    background-repeat:no-repeat;
	     background-position:bottom center;
     }

.menulist a.highlighted {
	 color: #fff;
	  background-color:#666699;
	   background-image:url(../images/menupoint.jpg);
	    background-repeat:no-repeat;
	     background-position:bottom center;
     }

.menulist .cart a {
            color: #fff;
               background-color: #fff;
           background-image:url(../images/menupoint.jpg);
              background-repeat:no-repeat;
              background-position:bottom center;
     }
									 

