@charset "utf-8";
/* CSS Document */
#lef {
	display: block;
	float: left;
	height: auto;
	width: 245px;
	position: relative;
	margin-top: 19px;
	margin-bottom: -149px;
	z-index: 2;
}
#left {
	display: block;
	float: left;
	height: auto;
	width: 245px;
	position: relative;
	margin-top: 19px;
	margin-bottom: -149px;
	
}
.titulo_topo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/topo_menu_lef.jpg);
	height: 33px;
	width: 170px;
	display: block;
	position: relative;
	padding-top: 7px;
	padding-left: 54px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	width: 216px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	position: relative;
	background-color: #f9f9f9;
}
.item_menu a{
	font-size: 11px;
	color: #666;
	display: block;
	width: 169px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6c6c6;
	position: relative;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(../images/seta.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
}

.item_menu a:hover{
	color: #c91d23;
	text-decoration:none;
	padding-left: 40px;
	width: 164px;
	background-color: #ededed;
	background-image: url(../images/seta.gif);
	
}
.base_menu {
	background-image: url(../images/base_menu.jpg);
	display: block;
	height: 50px;
	width: 224px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	position: relative;
}



.texto1{
	font-size: 11px;
	color: #4a4a4a;
	padding-left:17px;
}

.ok{
	width: 40px;
	background-image:url(../images/bg_bt.jpg);
	float: right;
	border: 1px solid #bbb;
	font-weight:bold;
	color: #888;
	margin-top: 2px;
	margin-right: 10px;
}

.texto2 {
	font-size: 12px;
	color: #333333;
	padding-left:0px;
}
