/* CSS Document */

#menuprodutos {
width: 100%;
height:auto;
background:#ffffff;
}

#produtos1 {
height:15px;
padding: 5px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
background: #F9F9F9;
}

#produtos1 li{
list-style: none;
display: inline;
margin: 0;
}

#produtos1 li a{
text-decoration: none;
padding: 0px 0.5em;
margin-right: 3px;
border-bottom: none;
background: #F9F9F9;
color: #990000;
}

#produtos1 li a:hover {
text-decoration: underline;
color: #990000;
}

#produtos1 li a:visited {
text-decoration: none;
color: #000000;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#produtos2 {
height:15px;
padding: 5px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
background: #F9F9F9;
}

#produtos2 li{
list-style: none;
display: inline;
margin: 0;
}

#produtos2 li a{
text-decoration: none;
padding: 0px 0.5em;
margin-right: 3px;
background: #F9F9F9;
color: #990000;
}

#produtos2 li a:hover {
text-decoration: underline;
color: #990000;
}

#produtos2 li a:visited {
text-decoration: none;
color: #000000;
}