/* Menu nav ----------------------------------------------- */ #nav,#nav li { margin: 0; padding: 0; list-style: none; } #nav a { width: 140px; height: 27px; background: url(http://blogdecesar.googlepages.com/menunav.gif) no-repeat; color: #CCCCFF; display: block; font: bold 12px/22px Arial, sans-serif; text-decoration: none; text-indent: 14px; } #nav a:hover { background-position: 0 -27px; color: #9999CC; text-decoration: none; }