
/* ------------------------------ Pagina menu 

Branco #FFFFFF
Preto #000000
Vermelho #FF0000
Amarelo #FFFF00
Azul #0000FF  */



#pag-menu {
	position: relative;
	height: 98px;
	width: 1200px;
	margin: 0px auto 0px auto;
	border: 1px solid #999;
        background: url('imagem/imagem-fundo.jpg') top Left;
	font-family: "Verdana";
        font-size: 11px; 
	font-weight: bold}

#logmarca {
        top: 0px;
        left: 20px}


#acesse {
        top: 12px;
        left: 770px}  

#tx-senha {
	top: 10px;
	left: 1040px;
	width: 80px}

#bt-senha {
	top: 10px;
	left: 1130px;
        font-weight: normal}

#contador {
	top: 78px;
	left: 1160px}


a {color: #FFFFFF}

a:hover {
        text-decoration: underline}

#menu {
        top: 70px;
        left: 360px;
        list-style-type: none}

#menu li {
        float: left}

#menu li a {
        margin-right: 10px;
        padding: 4px 10px 5px 10px;
        background-color: #0066CC;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        color: #FFFFFF;}

#menu li a:hover {
        background-color: #000080}

#menu li a:focus {
        background-color: #000080}

