/* MENU SIMPLES ---------------------------------------------- */ .submenu{ width: 1000px; border-top: 1px solid #bebebe; border-bottom: 1px solid #bebebe; margin: -30px 0 0 15px; color: #dedede; position: absolute; } .submenu li{ display: inline } .submenu li a{ color: #9c9c9c; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 20px; } .submenu li a:hover{ color: #c9848f } .status-msg-body{ background: #fff; padding: 11px; color: #333; font-family: 'Roboto', sans-serif; width: 735px; margin-left: -35px; }