.jquerycssmenu { background: url(../img/bg_menu.jpg) repeat-x top left; clear: both; height: 30px; padding: 1px; position: relative; text-align: left; width: 875px; }
.jquerycssmenu ul { margin: 0; margin-left: 5px; padding: 0; list-style: none outside none; }
.jquerycssmenu ul li { display: inline; float: left; line-height: 1em; margin: 0; position: relative; }
.jquerycssmenu ul li a { border-right: 2px solid #fff; color: #666; display: block; font-size: 120%; padding: 8px 15px 6px 15px; text-decoration: none; }
.jquerycssmenu ul li a.ultimo { border-right: 0; }
.jquerycssmenu ul li a:hover { background: #f1f1f1; text-decoration: none; }
.jquerycssmenu ul li ul { background: #fff; border: 1px solid #ccc; display: block; left: 0; margin: 0; padding: 2px; position: absolute; visibility: hidden; }
.jquerycssmenu ul li ul li { clear: both; margin: 0; padding: 0; text-align: left; }
.jquerycssmenu ul li ul li a { background: #f1f1f1; color: #666; display: block; width: 160px; }
.jquerycssmenu ul li ul li a:hover { background: #fefefe; color: #000; text-decoration: none; }