ul { position: relative;
     margin: 0;
     margin-left: 2px;
     padding: 0;
     text-align: center;
     list-style: none; }

     /* width: 120px; /* Width of Menu Items */
     /* border-bottom: 1px solid #aaaaaa; */
     /* left: 0px; */

ul li { position: relative; float: right; width: 75px; border-bottom: 1px solid #d8d8d8; margin: 0px 0px 0px 5px; }

/* Set 1px less than menu width */

li ul { position: absolute; right: 0px; top: 25px; display: none; }


/* Styles for Menu Items */
ul li a { display: block;
          text-decoration: none;
          color: #000;
          background: url( '../images/bginfo_hall.png' );
          padding: 5px;
          border: 1px solid #d8d8d8; /* IE6 Bug */
          border-bottom: 0; }

                /* background: #fff; /* IE6 Bug */

ul li a:hover { text-decoration: none;
                color: #000;
                background: url( '../images/bginfo2.png' );
                border-bottom: 0; }

/* Holly Hack. IE Requirement \*/
* html ul li { float: right; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
