  .menu1 {
    height: 45px;
    background: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1;
    cursor: hand;
   }
   .menu2 {
    height: 45px;
    background: #FFFFFF url(images/arrow.png) no-repeat center right;
    border-bottom-style: solid;
    border-bottom-width: 1;
    cursor: hand;
   }
   .menufont {
    margin-left: 10px;
    font-size: 22px;
    font-color: #CCCCCC;
    cursor: hand;
   }
   .head {
    background: url(images/header.png);
    height: 50px;
    font-size: 35px;
    text-shadow: #000000 2px 2px 2px;
   }
