  /* - ( Menu ) - */
  
  #menu { width: 168px; float: left; }

  #menu ul {
    margin:  0; padding: 8px 0 0 14px;
    background: #fff;
    list-style: none url(../i/blank.png);
    color: black;
    font: bold 7pt verdana, arial, sans-serif;
  }
 
  #menu a { width: 135px; position: relative; display: block; text-indent: -9000px; }

  #menu a.firm               { height: 31px; background: url(../i/menu/menu_firm_off.png) no-repeat; }
  #menu a.firm:hover         { background: url(../i/menu/menu_firm_on.png) no-repeat; }
  #menu a.firm_on            { height: 31px; background: url(../i/menu/menu_firm_on.png) no-repeat; }

  #menu a.practices          { height: 31px; background: url(../i/menu/menu_services_off.png) no-repeat; }
  #menu a.practices:hover    { background: url(../i/menu/menu_services_on.png) no-repeat; }
  #menu a.practices_on       { height: 31px; background: url(../i/menu/menu_services_on.png) no-repeat; }
  
  #menu a.attorneys          { height: 31px; background: url(../i/menu/menu_attorneys_off.png) no-repeat; }
  #menu a.attorneys:hover    { background: url(../i/menu/menu_attorneys_on.png) no-repeat; }
  #menu a.attorneys_on       { height: 31px; background: url(../i/menu/menu_attorneys_on.png) no-repeat; }

  #menu a.careers            { height: 31px; background: url(../i/menu/menu_careers_off.png) no-repeat; }
  #menu a.careers:hover      { background: url(../i/menu/menu_careers_on.png) no-repeat; }
  #menu a.careers_on         { height: 31px; background: url(../i/menu/menu_careers_on.png) no-repeat; }

  #menu a.news               { height: 31px; background: url(../i/menu/menu_news_off.png) no-repeat; }
  #menu a.news:hover         { background: url(../i/menu/menu_news_on.png) no-repeat; }
  #menu a.news_on            { height: 31px; background: url(../i/menu/menu_news_on.png) no-repeat; }

  #menu a.articles           { height: 45px; background: url(../i/menu/menu_newsletters_off.png) no-repeat; }
  #menu a.articles:hover     { background: url(../i/menu/menu_newsletters_on.png) no-repeat; }
  #menu a.articles_on        { height: 45px; background: url(../i/menu/menu_newsletters_on.png) no-repeat; }
  
  #menu a.offices            { height: 31px; background: url(../i/menu/menu_contact_off.png) no-repeat; }
  #menu a.offices:hover      { background: url(../i/menu/menu_contact_on.png) no-repeat; }
  #menu a.offices_on         { height: 31px; background: url(../i/menu/menu_contact_on.png) no-repeat; }
  
 
  #menu ul ul {
    margin: 0 0 8px 6px; !margin-left: 8px;
    padding: 4px 0 0 14px;  
    list-style: disc url(../i/menu/menu_bullet.png);
  }
 
  #menu ul ul li { padding-bottom: 6px; }
  
  #menu ul ul a { width: 96px; !width: 114px; padding: 0 20px 0 0; text-indent: 0; text-decoration: none; }
  #menu ul ul a:hover { color: #777; background: url(../i/menu/menu_link_active.png) no-repeat right center; }
  #menu ul ul a.active { color: #777; background: url(../i/menu/menu_link_active.png) no-repeat right center; } 

  #menu .offices_list {
    width: 147px; !width: 148px;
    margin: 6px 0 0 20px;
    padding-bottom: 20px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    line-height: 12pt;
    color: #666666;
  }
  