@charset "UTF-8";

#nav{ text-transform:uppercase; top: 80px; position: absolute; z-index: 5; width: 700px; color: #CCC; list-style:none; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; margin-bottom:10px; padding-left: 300px; float:left;

} #nav li{ float:left; margin-right:80px; position:relative; } #nav a{ color: #AAA; text-decoration: none; } #nav a:hover{ color:#fff; background:#6b0c36; text-decoration:none; }

/*--- DROPDOWN ---*/ #nav ul{ background:#000; /* per farlo funzionare in IE7+ devo mettere un colore di fondo  */ background:rgba(255,255,255,0); /* fondo trasp... */ list-style:none; position:absolute; left:-9999px; /* sposta tutto fuori dallo schermo quando non serve */ margin:0; padding:0; } #nav ul li{ padding-top:1px;  /*Introducing a padding between the li and the a give the illusion spaced items */ float:left; } #nav ul a{ white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */ } #nav li:hover ul{ /* Display the dropdown on hover */ left:0; /* Bring back on-screen when needed */ text-decoration: none; } #nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */ background:#000; background:rgba(255,255,255,0); color: #FFF; } #nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */ text-decoration:none; } #nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */ background:#000; background:rgba(255,255,255,0); text-decoration: underline; }

.goog-te-banner-frame.skiptranslate {display: none !important;} body { top: 0px !important; }