/*********************** 
	Menú Horizontal 
***********************/

#tnavmenu {
	width: 708px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 22px;
}
#produtos a {
	float: left; background-image: url(/images/nav1_off.jpg); width: 118px; height: 70px;
}
#produtos a:hover {
	background-image: url(/images/nav1_hover.jpg);
}
#produtos a.current {
	background-image: url(/images/nav1_on.jpg);
}
#downloads a {
	float: left; background-image: url(/images/nav2_off.jpg); width: 118px; height: 70px;
}
#downloads a:hover {
	background-image: url(/images/nav2_hover.jpg);
}
#downloads a.current {
	background-image: url(/images/nav2_on.jpg);
}
#comprar a {
	float: left; background-image: url(/images/nav3_off.jpg); width: 118px; height: 70px;
}
#comprar a:hover {
	background-image: url(/images/nav3_hover.jpg);
}
#comprar a.current {
	background-image: url(/images/nav3_on.jpg);
}
#registar a {
	float: left; background-image: url(/images/nav4_off.jpg); width: 118px; height: 70px;
}
#registar a:hover {
	background-image: url(/images/nav4_hover.jpg);
}
#registar a.current {
	background-image: url(/images/nav4_on.jpg);
}
#suporte a {
	float: left; background-image: url(/images/nav5_off.jpg); width: 118px; height: 70px;
}
#suporte a:hover {
	background-image: url(/images/nav5_hover.jpg);
}
#suporte a.current {
	background-image: url(/images/nav5_on.jpg);
}
#contactos a {
	float: left; background-image: url(/images/nav6_off.jpg); width: 118px; height: 70px;
}
#contactos a:hover {
	background-image: url(/images/nav6_hover.jpg);
}
#contactos a.current {
	background-image: url(/images/nav6_on.jpg);
}


/*********************** 
	Menú Lateral Esq. 
***********************/
.mn_esq_top {
	background: url(/images/mn_esq_top.jpg) no-repeat;
	height: 7px;
	display: block;
	width: 100%;
}
.mn_esq_footer {
	background: url(/images/mn_esq_footer.jpg) no-repeat;
	height: 17px;
	display: block;
	width: 100%;
}
.mn_esq_item a {
	font-size: 12px;
	color: #333333;
	/*font-weight: bold;*/
	text-decoration: none;
	padding-top: 4px;
	padding-left: 18px;
	background: url(/images/mn_esq_item_off.jpg) no-repeat;
	height: 21px;
	display: block;
	width: 100%;	
}
.mn_esq_item a:hover {
	color: #FF3300;
	text-decoration: none;
	background: url(/images/mn_esq_item_hover.jpg) no-repeat;
}
.mn_esq_item_on a {
	background: url(/images/mn_esq_item_on.jpg) no-repeat;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 18px;
	height: 21px;
	display: block;
	width: 100%;
}
.mn_esq_item_on a:hover {
	color: #FF3300;
	text-decoration: none;
}
.mn_esq_titulo {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 9px;
	background: url(/images/mn_esq_titulo.jpg) no-repeat;
	/*height: 43px;*/
	display: block;
	width: 100%;
}