.menupop_invisivel {
	position: absolute;
	display: none;
	visibility: hidden;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color: #336600;
	font-weight:bold;
}

.menupop_visivel {
	position: absolute;
	display: block;
	visibility: visible;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #336600;
	font-weight:bold;
	left: 290px;
	top: 160px;
	width: 130px;
	height: 155px;
	background-color: #66cccc;
}

.submenu_pop a {
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:14px;
	color: #336600;
	font-weight:bold;
}

.submenu_pop a:hover {
	text-decoration: underline;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:14px;
	color: #336600;
	font-weight:bold;
}

.submenu_pop {
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:14px;
	color: #336600;
	font-weight:bold;
	padding-left: 7px;
	padding-top: 4px;
}

