
.jqpopupmenu, .jqpopupmenu ul{
	/*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	padding: 0;
	position:absolute;
	margin: 0px;
	list-style-type: none;
	background-image: url(../imagens/POPUP2_dx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*background-color: Blue;*/
	/*border: 0px solid black;*/
	visibility: hidden;
	height: 143px;
	width: 244px;
	display: block; /*collapse all sub menus to begin with*/
/*-webkit-box-shadow: 3px 3px 8px #000000;
-moz-box-shadow: 3px 3px 8px #000000;*/
	z-index: 500;
}

.jqpopupmenu2, .jqpopupmenu2 ul{
	/*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	padding: 0;
	position:absolute;
	margin: 0px;
	list-style-type: none;
	background-image: url(../imagens/POPUP1_dx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*background-color: Blue;*/
	/*border: 0px solid black;*/
	visibility: hidden;
	height: 87px;
	width: 244px;
	display: block; /*collapse all sub menus to begin with*/
/*-webkit-box-shadow: 3px 3px 8px #000000;
-moz-box-shadow: 3px 3px 8px #000000;*/
	z-index: 550;
}

.jqpopupmenu3, .jqpopupmenu3 ul{
	/*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	padding: 0;
	position:absolute;
	margin: 0px;
	list-style-type: none;
	background-image: url(../imagens/POPUP_IP_PAISES_dx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*background-color: Blue;*/
	/*border: 0px solid black;*/
	visibility: hidden;
	height: 184px;
	width: 200px;
	display: block; /*collapse all sub menus to begin with*/
/*-webkit-box-shadow: 3px 3px 8px #000000;
-moz-box-shadow: 3px 3px 8px #000000;*/
	z-index: 550;
}



	 
.jqpopupmenu li{
position: relative;

}

div.globalbg{
background-image: url(../imagens/POPUP2.png);
background-repeat: no-repeat;
background-position: 0px 0px;
left: 0;
top: 0;
z-index: 50;
}

.jqpopupmenu li item2{
	padding-top: 0px;
	position: relative;
}

.jqpopupmenu li a{
display: block;
width: 244px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding-top: 15px;
padding-left: 40px;
background-image: url(../imagens/seta-popup.png);
background-repeat: no-repeat;
background-position: 200px 25px;
}

.jqpopupmenu2 li.item2 a {
display: block;
width: 244px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding-top: 10px;
padding-left: 40px;
background-image: url(../imagens/seta-popup.png);
background-repeat: no-repeat;
background-position: 200px 18px;
}

.jqpopupmenu3 li.item3 a {
display: block;
width: 198px; /*width of menu (not including side paddings)*/
color: #008AC0;
text-decoration: none;
padding-top: 10px;
padding-left: 40px;
line-height: 150%;
background-image: none;
}



* html .jqpopupmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 244px; /*width of menu (include side paddings of LI A*/
}

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
/*background: white;*/
}

.jqpopupmenu3 li.item3 a:hover{
font-weight: bold;
background-image: url(../imagens/seta-popup2.png);
background-repeat: no-repeat;
background-position: 150px 10px;
line-height: 150%;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


