/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: center; font-family: 'Raleway', serif; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }


/* Cabecalho */
#cabecalho .acoes-conta li a {
    color: #000000;
}
#cabecalho .icon-list, .icon-user {
    color: #000000;
    background: #EFEFEF;
}
#cabecalho cor-principal {
    color: #EFEFEF;
}
#cabecalho .cor-principal,.atributo-comum .active a span {
    color: #000000;
}
#cabecalho a.bem-vindo.cor-secundaria {
     color: #A9A9A9;
}
.menu.superior {
	background: #EFEFEF;
}
.menu.superior .titulo {
	color: #000000;
}
#cabecalho .busca .botao-busca { 
    width: 55px; 
    font-size: 18px;
}
#cabecalho .conteiner {
    background: #FFFFFF;
}
#cabecalho > .conteiner > .menu.superior { 
	text-align: center;
}
#cabecalho > .conteiner > .menu.superior .nivel-um > li {
	float: none; 
	display: inline-block;
}
.conteiner .menu.superior .nivel-um > li {
    border: 0px;
}

/* Busca */
#cabecalho .busca { 
    padding: 0; 
    border: none; 
    background: transparent; 
}
#cabecalho .busca input { 
    padding: 10px 5px 10px 15px; 
}
#cabecalho .busca .botao-busca { 
    height: 42px; 
    top: 0; 
    right: 0; 
    width: 55px; 
    font-size: 25px;
    background: #A9A9A9;
    color: #000000;
 }

/* Carrinho */
#cabecalho .carrinho {
    border: 1px solid #A9A9A9;   
}
#cabecalho .carrinho .cor-secundaria {
    color: #EFEFEF;
}
#cabecalho .carrinho a i.icon-shopping-cart {
    background: #A9A9A9;
    color: #000000;
}


.full.menu{
background:#FF3B3F;
}
.full.menu .nivel-um .titulo{
color:#000000;
}
#cabecalho.fixed{
background:#FF3B3F;
}

/* unvisited link */
a:link {
  color: black;
    text: bold;
}

/* mouse over link */
a:hover {
  color: #FF3B3F;
}

/* selected link */
a:active {
  color: blue;
}
<p><b><a href="default.asp" target="_blank">This is a link</a></b></p>
<p><b>Note:</b> a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.</p>
<p><b>Note:</b> a:active MUST come after a:hover in the CSS definition in order to be effective.</p>

