<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Here's what I'm doing with the repeating tab stops, using </ul> as the tab trigger. I end up creating one of these on every site I design, so this will make things easier. They all follow the same format, and if there are multiple lists, they just change ids. I have not yet accounted for nested or dropdown menus.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Brett</DIV><DIV><BR class="khtml-block-placeholder"><DIV>-----------------------------------------------</DIV><DIV>Create Navbar:</DIV><DIV>-----------------------------------------------</DIV><DIV><ul id="${1:navbar}"}></DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN><li class="${2/[[:alpha:]]+|( )/(?1:_:\L$0)/g}"><a href="${3:#}">$2</a></li></DIV><DIV></ul>$0</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Tab Trigger: Navbar</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-----------------------------------------------</DIV><DIV>Create Navbar Menu Item:</DIV><DIV>-----------------------------------------------</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN><li class="${1/[[:alpha:]]+|( )/(?1:_:\L$0)/g}"><a href="${2:#}">$1</a></li></DIV><DIV></ul>$0</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Tab Trigger: </ul></DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "></SPAN></DIV><BR></DIV></DIV></BODY></HTML>