/*--------------------------------------------------*/
/*	NAVIGATOR.CSS											*/
/*--------------------------------------------------*/

/*--- ALTERAR O MENU PRINCIPAL - COMECE AQUI / SHELL GRÁTIS --*/
#cox .navigator {
position: relative;
float: left;
width: 960px;
height: 40px;
}
#cox .navigator  h1 {
text-align: right;
margin: 6px;
font-size: 17px;
letter-spacing: .2px;
}
#cox .navigator  h2 {
text-align: right;
margin: 6px;
font-size: 12px;
}
#cox .navigator .menu {
position: absolute;
right: 0;
bottom: 0;
}
#cox .navigator .menu ul {
float: right;
margin: 0;
padding: 0;
list-style: none;
}
#cox .navigator .menu li {
float:left;
position:relative;
text-align: center;
}
#cox .navigator a.tab {
display: block;
margin: 8px 0 0 0;
padding: 6px 8px 5px 13px;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background: #3d3d40;
}
#cox .navigator a.tab.single {
margin-right: 4px;
padding: 6px 13px 5px 13px;
}
#cox .navigator a.tab.last {
margin-right: 0;
}
#cox .navigator a.tab:hover, #cox .navigator a.tab.selected {
margin-top: 5px;
padding-top: 8px;
padding-bottom: 6px;
background: #f30;
}

