.Popmenu {
	display:none;
	position:absolute;	
	width:125px;
	/*
	background-image:url("../imagens/menusub1px.jpg");
	background-repeat:repeat-x;
	*/
	background-position:left top;
	border-style:solid;
	border-color: rgb(50,50,50);
	background-color:#00529C;
	border-width:0px 1px 1px 0px;
	z-index:10;
}
.Popmenu a {
	display:block;
	font-family:"Trebuchet MS";
	text-decoration:none;
	width:auto;
	padding-left:13px;
	padding-right:13px;
	font-size:12px;
	color:#C4CED9;
	line-height:26px;
	padding-top:2px;
	background-repeat:no-repeat;
	background-position:left bottom;
	font-weight:bold;
	border-bottom:1px dotted #C4CED9;
}

.Popmenu a:hover {
	color:#FFF;
	background-color:#022358;
} 
