      div#feature{
         position: relative;
         height: 265px;
         width: 747px;
         background-image: url('../images/feature_door.jpg');
         overflow: hidden;
      }
      
         img#feature_link{
            position: absolute;
            bottom: 0px;
            right: 0px;
         }
         
         a.sub_menu_banner{
            position: relative;
            width: 167px;
            height: 142px;
            display: block;
            background-image: url('../images/smnu_banner.jpg');
            background-position: 0px 0px;
            background-repeat: no-repeat;
            overflow: hidden;
         }

         a.sub_menu_banner:hover{
            background-image: url('../images/smnu_banner.jpg');
            background-position: 0px -142px;
         }
         
         a.sub_menu_banner span{
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 167px;
            height: 29px;
            line-height: 29px;
            text-align: center;
            font-size: 1.1em;
            font-weight: bold;
         }
