.headerMenu { float:right; /*width:550px;*/ height:30px; margin:45px 10px 0 0; }

.headerMenu ul { position: absolute; }

.headerMenu ul li { width: 100%; }

.headerMenu li { float: left; position: relative; }

.headerMenu li:hover { visibility: inherit; }

.headerMenu li:hover ul, .headerMenu li.sfHover ul { top: 25px; z-index: 1; }

.headerMenu li a { font:13px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; color: #6e6e6e; background:url(../imgs/menuSep.jpg) right no-repeat; padding:5px 10px 5px 0; margin-right:10px; display: block; text-transform:uppercase; }

.headerMenu li a.current { font-weight:bold; }

.headerMenu li a.lastItemMenu { background:none; }

.headerMenu li a:hover { color:#3f3f3f; }

.headerMenu li ul { background:url(../imgs/menuHoverBg.png) no-repeat; width:110px; height:179px; padding-top:20px; }

.headerMenu li ul li { padding:0 5px; }

.headerMenu li ul li a { background: url(../imgs/setinhaSubmenu.gif) left no-repeat; font-size:9px; color: #a4d819; border-top:1px solid #3a3a3a; border-bottom:1px solid #636363; padding-left:8px; text-transform:none; }

.headerMenu li ul li a:hover { color: #a4d819; }

.headerMenu li ul li a.firstItem { border-top:none; }