/* CSS Document */
#menu {
	width: 130px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
ul#menu {
	width:130px;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
ul#menu li {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	}
ul#menu li a:link {
	text-decoration:none;
	font-size:13px;
	width: 130px;
	color: #666666;
	}
 ul#menu li a:visited {
	text-decoration:none;
	font-size:13px;
	color: #666666;
}
ul#menu li a:hover {
	color:#0099CC;
	width: 130px;
	font-size: 13px;
}
ul#menuitens {
	width:130px;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#menuitens li {
	color:#666666;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#menu_entretenimento {
	width: 170px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
ul#menu_entretenimento {
	text-decoration: none;
	text-align: left;
}
ul#menu_entretenimento li {
	width: 170px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 25px;
	font-size: 16px;
	list-style-type:none;
	background-image: url(../entretenimento/imagens/ico_marcador_cinza.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
ul#menu_entretenimento li a:link {
	text-decoration:none;
	color: #92499C;
	font-weight: bold;
	
	}
 ul#menu_entretenimento li a:visited {
	text-decoration:none;
	color: #92499C;
	font-weight: bold;

}
ul#menu_entretenimento li a:hover {
	color:#660066;
}
#menu_lateral {
	width: 170px;
	color: #274059;
	margin: 0px;
	padding: 0px;
}
ul#menu_lateral {
	text-decoration: none;
	text-align: left;
}
ul#menu_lateral li {
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	list-style-type:none;
	background-image: url(../entretenimento/imagens/ico_marcador_cinza.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
ul#menu_lateral li a:link {
	text-decoration:none;
	color: #274059;
	font-weight: bold;	
	}
 ul#menu_lateral li a:visited {
	text-decoration:none;
	color: #274059;
	font-weight: bold;
}
ul#menu_lateral li a:hover {
	color:#3399CC;
}
.item_menu{
	font-size: 14px;
	background-image: url(../imagens/ico_marcador_cinza.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #0099CC;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 170px;
}
.item_menu a:link{
	color: #0099CC;
	font-weight: bold;
	}
.item_menu a:visited{
	color: #0099CC;
	font-weight: bold;
}

