.iFrameMenu
{
	position:absolute;
	top:150px;
	left:41.2%;
	width:180px;
	height:200px;
	visibility:visible;
	border:none;
	background-color:Transparent;
}

.iFrameMenuInvisivel
{
	position:absolute;
	top:150px;
	left:41.2%;
	width:180px;
	height:200px;
	visibility:hidden;
	border:none;
	background-color:Transparent;
}




.menuUL
{
	list-style-type: decimal;
	
}

.menuLI
{
	display: block;
	list-style-type: decimal;
}

.menuULInvisivel
{
	padding-right: 0px;
	padding-left: 0px;
	left: 38%;
	padding-bottom: 0px;
	margin: 0px;
	width: 80px;
	padding-top: 0px;
	list-style-type: none;
	position: absolute;
	top: 78px;
	background-color: transparent;
	display:none;
}


.menuLIInvisivel
{
	position: relative;
	display:none;
}

.menuULSub
{
	position: relative;
	left:0px; 
	width:250px;
/*	top:0;  */
	display:none;
	border-bottom: 1px solid #ccc; 
	list-style-type: none;
}

.menuOpcaoPrincipal
{
	padding-right: 50px;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	font-size: xx-small;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	color: white;
	line-height: 1;
	padding-top: 52px;
	font-family: Verdana;
	text-decoration: none;
	width:80px;
	text-align:center;
}

.menuOpcao
{
	border-right: #ccc 1px solid;
	padding-right: 5px;
	border-top: #ccc 1px solid;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	background: #3F7AB3;
	padding-bottom: 5px;
	border-left: #ccc 1px solid;
	color: white;
	padding-top: 5px;
	border-bottom: 0px;
	font-family: Verdana;
	text-decoration: none;
	width:175px;
}



