.anylinkcss{
	position:absolute;
	z-index:10000!important;
	visibility: hidden;
	font:normal 11px Arial;
	z-index: 100000;
	margin-top:9px;
	margin-left:-5px;
	padding-bottom:10px;
	width:236px;
	overflow:hidden;
}
.first .anylinkcss {
	margin-left:-7px;
}
.anylinkcss ul {
	padding:0px;
	margin:0;
	list-style:none;
	width:236px;
	overflow:hidden;
	background:#205493 url(/pic/bgr_popup_menu.png) no-repeat bottom left;
}
.anylinkcss ul li {
	width:236px;
	overflow:hidden;
	padding:0px!important;
	background-color:transparent!important;
	background:none!important;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding:2px 0 2px 13px;
	text-decoration: none!important;
	color:white;
	background:url(/pic/bull_popup_menu.gif) no-repeat 5px 8px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-image:none;
	color: #2560a9;
	font-weight:bold;
	background:#c3d4e8 url(/pic/bull_popup_menu_a.gif) repeat-y;
}


.anylinkcss .close {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/popup_menu_close.png');
	width:236px;
	height:12px;
	overflow:hidden;
}
.anylinkcss .close .bgr {
	width:236px;
	height:12px;
	background:url(/pic/popup_menu_close.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

