/* DOCUMENTO CSS 
/* CRIADO POR: JONAS LOPES
** DATA: 24-07/2007
*/

/* INICIO - CONFIGURAÇÃO DO MENU ###################################*/	
.menuartigo {
	margin: 0 auto;
	width: 202px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.menuartigo div.basesup_menu{
	width: 202px;
	height: 40px;
	background-image: url(../images/basesup_menu_artigo.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 36px;
	line-height: 40px;
	color: #993300;
}

.menuartigo div.baseinf_menu{
	width: 202px;
	height: 29px;
	background-image: url(../images/baseinf_menu_artigo.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
}

.menuartigo div.espaco18{
	width: 202px;
	height: 18px;
	background-image: url(../images/basemeio_menu_artigo.jpg);
	background-repeat: repeat-y;
	/*
	border-right: 1px #CAB8A8 solid;
	border-left: 1px #CAB8A8 solid;
	*/
}

.menuartigo div.espaco08{
	width: 202px;
	height: 08px;
	/*
	border-right: 1px #CAB8A8 solid;
	border-left: 1px #CAB8A8 solid;
	*/
}

.menuartigo div.legenda{
	width: 202px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #675F52;
	text-align: center;
	background-image: url(../images/meiomenu.jpg);
	background-repeat: repeat-y;
}

.menuartigo div.titulo{
	width: 202px;
	height: 24px;
	background-image: url(../images/topmenu.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #675F52;
	text-align: center;
	line-height: 26px;
	margin: 0px;
	border: 0px;
}

.menuartigo div.menu {
	width: 202px;
	/* height: 24px; */
	/*
	background-color: #F3F0ED;
	border-right: 1px #CAB8A8 solid;
	border-left: 1px #CAB8A8 solid;
	*/
	background-image: url(../images/basemeio_menu_artigo.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #676747;
	margin: 0px;
	border: 0px;
}

.menuartigo div.menu span {
	color: #000000;
}

.menuartigo div.menu ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	width: 138px;
}


.menuartigo div.menu ul li {
	list-style: none; 
	margin: 0;
	display: block;
	line-height: 19px;
}
	
.menuartigo div.menu ul li a {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
}

	/* CONFIGURAÇÃO DOS LINKS DO MENU */
	.menuartigo div.menu ul li a:link {
		text-decoration: none;
		color: #676747;
	}
	
	.menuartigo div.menu ul li a:visited {
		text-decoration: none;
		color: #676747;
	}
	
	.menuartigo div.menu ul li a:hover {
		text-decoration: none;
		color: #800A00;
		/* color: #313122; */
		/*background-color: #333333;*/
	}
	
	.menuartigo div.menu ul li a:active {
		text-decoration: none;
		color: #676747;
	}
	
	.menuartigo div.menu ul li a img{
		line-height: 19px;
		width: 115px;
		margin: 0px;
		text-align: center;
	}
	/* FIM - CONFIGURAÇÃO DOS LINKS DO MENU */
	
.menuartigo div.menuimg {
	width: 164px;
	background-image: url(../images/meiomenu.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #676747;
	text-align: center;
}


.menuartigo div.menuimg ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}


.menuartigo div.menuimg ul li {
	list-style: none; 
	margin: 0px;
	display: block;
	line-height: 19px;
}
	
.menuartigo div.menuimg ul li a {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

	/* CONFIGURAÇÃO DOS LINKS DO MENU */
	.menuartigo div.menuimg ul li a:link {
		text-decoration: none;
		color: #676747;
	}
	
	.menuartigo div.menuimg ul li a:visited {
		text-decoration: none;
		color: #676747;
	}
	
	.menuartigo div.menuimg ul li a:hover {
		text-decoration: none;
		color: #313122;
		/*background-color: #333333;*/
	}
	
	.menuartigo div.menuimg ul li a:active {
		text-decoration: none;
		color: #676747;
	}
	
	.menuartigo div.menuimg ul li a img{
		margin: 0px;
	}
	/* FIM - CONFIGURAÇÃO DOS LINKS DO MENU */

/* FIM - CONFIGURAÇÃO DO MENU LATERAL #########################################*/
