﻿/* CSS layout */


#menuTitCategorias{
	font-size: 12px;
	color: #CC0000;   /* #fff */
	background: #F8E7AB; /* #CC0000 */ 
	vertical-align: middle;
	text-align: left;
	/* font-weight: bold; */
	font-family: Tahoma, Trebuchet MS;
	height: 22px;
	line-height: 22px;
}

#menutopo {
		margin: 0px;
		padding: 0px;
}

#menutopo ul{
		margin: 0px;
		padding: 0px;
		width: 100%;

}

#menutopo  ul li{
	list-style: none; 
	display: inline; 
}

#menutopo a{
/*	margin-right: 1px; */
	text-decoration: none;
/*	width: 125px; */
	text-align: left;
	background-color: #FAEDC3;
/*	border: 1px solid #fff; */
	font-size: 12px;
/*	font-weight: bold; */
	color: black;
	font-family: Arial, Tahoma, Trebuchet MS;
}

#menutopo a:link { 
	color: black; 
}

#menutopo a:hover {
	color: #CC0000;
	background-color:#eee;
/*	border: 1px solid #fff; */
	text-decoration: none;
/*	font-weight: bold; */
}

#menutopo a:visited {
	color: #CC0000;

}


#menuImgCorreios{
	vertical-align: middle;
	text-align: center;
}

#menuDireitoBanners{
	vertical-align: middle;
	text-align: center;
}


