*|ul#menu {
  margin: 0;
  padding: 0;
  background: #4c6569 url(images/menu-bg2.gif) repeat-x scroll left top;
  width: 100%;
  height: 43px;
  font-family: "Lucida Grande",Verdana,Tahoma,Arial,Helvetica,sans-serif;
  font-weight: bold;
  list-style-type: none;
  font-size: 13px;
}
*|ul#menu *|li {
  margin: 0 0 0 5px;
  display: block;
  float: left;
}
*|ul#menu *|li *|a {
  padding: 8px 13px 0;
  height: 43px;
  color: #777777;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 200%;
}
*|ul#menu *|li *|a:hover {
  color: #333333;
}
*|ul#menu *|li *|a.current {
  padding: 5px 13px 0;
  background: #ffffff url(images/current-bg2.gif) repeat-x scroll left top;
  color: #ffffff;
}
