Galera quero que quando eu posicionar o mouse em uma das abas ele pinte todo o quadrado e essa barrinha vá até o fim (teto do menu) da uma ajuda ae por favor.
http://fisioteste.atwebpages.com/
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #F8F8F8;
width:100%;
height:2%;
}
li {
float: left;
border-right: 1px solid #000;
width:18%;
text-align:center;
margin-top:1%;
}
li a {
color:#191919; text-decoration: none;
text-align: center;
padding: 1% 2%;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
color:#AF100A; text-decoration: none;
}
li:hover {
color:#AF100A; text-decoration: none;
background: bottom #FF0000;
background-size:auto;
}
li:last-child {
border-right: none;
}