seee
sto impasticciando il css su quel menu del cavolo ma nn se move in nessun senso proprio
/* Sliding Door Tabbed Menus */
#tabletabs {
margin-top:30px;
margin-left:55px;
height:60px;
width:100%;
float:left;
left: auto;
position: relative;
}
#tabletabs {
font:bold 1em Verdana, Georgia, Geneva, Arial, Helvetica, sans-serif;
}
#tabletabs ul {
list-style:none;
float:left;
margin:10px 0;
padding:0;
}
#tabletabs li {
float:left;
height: 28px;
background:url(../images/tmenu_up_l.png) no-repeat top left;
margin-left: 4px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 8px;
}
#tabletabs a:link,#tabletabs a:visited {
float:left;
border:none!important;
line-height: 28px;
height: 28px;
background:url(../images/tmenu_up_r.png) no-repeat top right;
text-decoration: none;
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding-top: 0px;
padding-right: 30px;
padding-bottom: 0px;
padding-left: 7px;
}
#tabletabs li:hover{
background: url(../images/tmenu_up_l.png) no-repeat bottom left;
}
#tabletabs a:hover{
background: url(../images/tmenu_up_r.png) no-repeat bottom right;
color: #2b2b2b!important;
}
#tabletabs #current {
background:url(../images/tmenu_active_l.png) no-repeat bottom left;
}
#tabletabs #current a {
color:#fff;
background:url(../images/tmenu_active_r.png) no-repeat bottom right;
}
/*If menu is set to flat-list (legacy mode)*/
#active_menu-nav {color:#fff;
background:url(../images/tmenu_active_r.png) no-repeat bottom right!important;
}