ul#menu { border-bottom:5px solid #0079B2; width: 100%; height: 33px; background: #FFF; font-size: 0.7em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: right; margin: 0 0 0 5px; }
ul#menu li a {
          moz-border-radius-topright: 7px;
          border-top-right-radius: 7px;
          moz-border-radius-topleft: 7px;
          border-top-left-radius: 7px;
          height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover {
          moz-border-radius-topright: 7px;
          border-top-right-radius: 7px;
          moz-border-radius-topleft: 7px;
          border-top-left-radius: 7px;
          
          
          color: white; 
          background:grey; 
          padding: 8px 15px 0; 
          height:25px;}
ul#menu li a.current{ color: #FFF; border-bottom:5px solid white; background: #0079B2; height:25px; top left repeat-x; }

