.p_al_menu{
	position:absolute;
	left: 162px;
	visibility: hidden;
	top: -1px;
}
.p_al_menu ul {
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a0a0a0;
	border-right-color: #a0a0a0;
	border-left-color: #a0a0a0;
	width: 162px;
	margin: 0px;
	padding: 0px;
}
.p_al_menu li {
	background-image: url(images/menu_bg.gif);
	
	width: 162px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0a0a0;
	text-align: right;
	color: #85a7bd;
	font-size: 9px;
	font-weight: bold;
	line-height: 19px;
}
.p_al_menu li a{
	background-image: url(images/menu_bg.gif);
	height: 19px;
	width: 148px;
	text-align: right;
	color: #85a7bd;
	font-size: 9px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	display: block;
	padding-right: 14px;
}
.p_al_menu li a:hover{
	background-image: url(images/menu_bg_h.gif);
	color: #294b63;
}
