#nav { height: 50px; font-size: 0.75em; } #nav ul { position: absolute; width: 100%; padding: 0; margin: 0; background-color: ; } #nav ul li { float: left; display: inline; margin: 0; } #nav ul li a { display: block; position: relative; padding: 0.2em 1.5em; background-color: ; font-size: 1.3em; font-weight: bold; color: ; text-align: center; text-decoration: none; letter-spacing: 0.05em; border-right: 1px solid ; } #nav ul li a:hover { color: ; text-decoration: underline; } #nav ul li.current a { color: ; background-color: ; } #nav ul li.current a:visited { color: ; } /* hide the sublevels */ #nav ul ul { display: none; } #nav ul li.current ul { position: absolute; left: 0; display: block; /* use max-width emulation hack from * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic * properties syntax, see * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */