@charset "iso-8859-1";
/* CSS Document */

ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:150px;
}
li{
	background-image:url(fundo-menu.jpg);
}
a{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	padding:5px 5px 5px 20px;
}
a:link, a:active, a:visited{
	color:#000;
}
a:hover{
	color:#C00;
}
/* fim dos estilos do menu */
#topo-esquerda{
	width:150px;
	height:auto;
	background-color:#C00;
	-moz-border-radius:10px 0 0 0;
	border-radius:10px 0 0 0;
}
#topo2-esquerda{
	width:150px;
	height:30px;
	background:#C00;
}
#climatempo{
	width:150px;
	height:auto;
	text-align:center;
	background-color:#FC0;
}
#fim-esquerda{
	width:150px;
	height:30px;
	-moz-border-radius:0 0 0 10px;
	border-radius:0 0 0 10px;
	background:#C00 url(sombra-esquerda.png) no-repeat right;
}
