/* 

ARQUIVO CSS - DAS SENHORITAS

PALETA BÁSICA DE CORES

ALARANJADO:		|	VERMELHO:		|	AMARELO:
#8b671c			|	#39130d			|	#b48c00
#ae8123			|	#7b2a1d			|	#ca9d00
#c89429			|	#ad3c2a			|	#f1bc00
#dcb054			|	#d35c49			|	#ffd84e
#e5c37e			|	#d45e4b			|	#ffeb9e


*/

/* JAVASCRIPT */


        .menu {
            height: 30px;
            width: 780px;
            padding: 0px;
            margin: auto;
			display: block;
			overflow: hidden;
			position: absolute;
			
            }
                .menu li {
                    float: left;
                    list-style: none;
                }
                    .menu li.back {
                        background: url('../imagens/layout/botao.png') no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 2;
                        position: absolute;
                    }
                        .menu li.back .left {
                            background: url('../imagens/layout/botao.png') no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .menu li a {
                        font-size: 12px;
						font-weight: bold;
                        text-decoration: none;
                        color: #8b671c;
                        outline: none;
                        text-align: center;
                        top: 0px;
                        letter-spacing: 0;
                        z-index: 8;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .menu li a:hover, .menu li a:active, .menu li a:visited {
                            border: none;						
                        }
					.menu li a:hover {
						color: #ca9d00;
					}
