﻿#logo, #header ul {
	background-color: #000;
	font-size: 9px;
	width: 950px;
	position: relative;
	margin-left: 5em;
}

#logo {
	background-image: url(/acessibilidade/images/marcas/sonyA.gif);
	background-position: 1.5em 50%;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -5000em;
	height: 5em;
}

#header ul {
	margin-top: .4em;
	overflow: hidden;
	height: 3.5em
}

#header ul li {
	border-left: .7em white solid;
	float: left;
	position: relative;
	height: 2.1em;
	margin: .4em 0 .4em 2em;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: .2em 0 0 1em;
}

#header ul li#fontBigger, #header ul li#fontSmaller {
	border: 0;
	text-align: left;
	text-indent: -5000em;
    float: right;
    position: relative;
	height: auto;
	margin-top: .4em;
}

#header ul li#fontBigger a, #header ul li#fontSmaller a {
	color: #fff;
	text-decoration: none;
	width: 24px;
	height: 24px;
	display: block;
	padding: 0;
}

#header ul li#fontBigger {
	background-image: url(/acessibilidade/images/button/aumentarLetra.gif);
	right: 45px;
}

#header ul li#fontSmaller {
	background-image: url(/acessibilidade/images/button/diminuirLetra.gif);
	right: 55px;
}

