--------------- THE XHTML ---------------
--------------- THE CSS --------------- /*TOP NAVIGATION*/ #top_nav{ clear:left; background: url('/images/top_nav.png') no-repeat; width:938px; height:54px; font-size:12px; } #top_nav ul{ float:left; margin:18px 0 0 30px; width:882px; height:23px; text-align:center; } #top_nav ul li{ float:left; /* width:20%; SET DYNAMICALLY WITH JAVASCRIPT*/ } #top_nav ul li span{ background:url('/images/top_nav_li_span_1.png') top left no-repeat; height:23px; float:left; /* width:100%; SET DYNAMICALLY WITH JAVASCRIPT*/ } #top_nav ul li span span{ background:url('/images/top_nav_li_span_2.png') top right no-repeat; height:23px; /* width:100%; SET DYNAMICALLY WITH JAVASCRIPT*/ } #top_nav ul li span span a{ display:block; float:left; text-decoration:none; color:#fff; padding:6px 16px 0 16px; /*VALUE CHANGED DYNAMICALLY WITH JAVASCRIPT - left and right padding removed*/ font-weight:bold; /* width:100%; SET DYNAMICALLY WITH JAVASCRIPT*/ text-align:center; white-space:nowrap; overflow:hidden; height:17px; } #top_nav ul li span span a:hover{ color:gold; } /*END TOP NAVIGATION*/ -------------------- THE JS (gracefully degrades if javascript is turned off) --------------------