ul#menu { width: 100%; height: 33px; background: #00a0fe url("images/menu-bg-black.gif") top left repeat-x; font-size: 0.72em; font-family: "Arial", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 4px 0 0px; }
ul#menu li a { height: 28px; color: #fff; text-decoration: none; display: block; float: left; line-height: 200%; padding: 6px 8px 0; }
ul#menu li a:hover { color: #1AA9FD; background: #000; }
ul#menu li a.current{ color: #fd0074; background: #000 url("images/current-bg.gif") top left repeat-x; padding: 6px 8px 0; }
ul#menu li a.highlite{ color: #fff; text-decoration: underline; background: ##00a0fe url("images/menu-bg.gif") top left repeat-x; padding: 5x 15px 0; }
