Can not load completely pop-out menu

Hi all:

In my page

www.acesapr.org/PopUpMenuSubSub.html

I can not load completely the third item vertical pop-out menu.

Can you help me the to correct it, or where to look to fixed it, please

Thanks for the help.

Victor

Hi:

I solved the problem modifying the "]#nav ul li:hover ul " below:


#nav ul li:hover ul {
	display: block;
	position: absolute;
	left: 140px;
	top: -2px;

and deleting the "]#nav ul ul li " below:


#nav ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: -30px;
	left: 125px;