.SiteMap_Brasf { float:left; width:100%; margin: 20px 0;}

.SiteMap_Brasf > ul {
   display: block;
   float:left;
   width: 30%;
   min-height:115px;
   list-style: none outside none;
   margin:0 1%;

}

.SiteMap_Brasf ul ul {
    margin:.75em 0 0;
   list-style: none outside none;
   
}
.SiteMap_Brasf li {
    width: 100%;
    margin-bottom:.5em;
    font-size: 12px;
    font-weight: bold;
    color:#666;
}
.SiteMap_Brasf a, .SiteMap_Brasf a:visited {
   text-decoration: none;
   line-height:1em;
   cursor:pointer;
}

.SiteMap_Brasf a:hover, .SiteMap_Brasf a:focus,
.SiteMap_Brasf a:active {
   color: #E12;
   text-decoration: none;
   cursor:pointer;
}
 
footer { width:100%; clear:both;} 
.Html footer p, .Html nav ul { font-size:10px}
.Html footer p {text-align:center}

.SiteMap_Brasf > ul > li > a {
min-height: 24px;
display:block; }

.SiteMap_Brasf > ul li a{
font-size: 12px;
color: #E12;
font-weight: bold;}

.SiteMap_Brasf ul > li > ul li, .SiteMap_Brasf ul > li > ul li a {
color: #FFF;
font-weight: normal;
font-size:10px;}

@media only screen and (max-width:480px){
.SiteMap_Brasf > ul {width: 45%; margin: 0 2% 15px}
}
