#navsubcontainer{
	/*padding-top: 2px;*/
	background-color: #2FAEF5;
}
#subnavlist
{
margin: 0px 0px 0px 0px;
padding: 0px 5px 20px 10px;
border-bottom: 2px solid #FFF ;
}

#subnavlist ul, #subnavlist li
{
margin:  0px 0px 0px 0px ;
padding: 0px 0px 0px 0px ;
display: inline;
list-style-type: none;
}

#subnavlist a:link, #subnavlist a:visited
{
float: left;
line-height: 14px;
font-size: 11px;
font-weight: bold;
margin: 0 10px 0px 10px;
text-decoration: none;
color: whitesmoke;
border: 0px;
}

#subnavlist a:link#current, #subnavlist a:visited#current, #subnavlist a:hover
{
border-bottom: 4px solid #FFF;
padding-bottom: 2px;
background: transparent;
color: #FFF;
}

#subnavlist a:hover { color: #FFF; }

.esconde {display: none;}