.menulinkcss {
	border-left : 0 solid gray;
	border-right : 0 solid gray;
	border-top : 0 solid gray;
	border-bottom : 0 solid gray;
	position : absolute;
	visibility : hidden;
	line-height : 18px;
	z-index : 100;
	background-color : #ffffff;
	width : 180px;
	left : 863px;
	top : 126px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 11px;
	font-family : Tahoma;
	text-decoration: underline;

} 
.menulinkcss a { 
width : 100%; 
display : block; 
text-indent : 3px; 
border-bottom : 1px dotted #cfe0cf; 
padding : 1px 0; 
text-decoration : none; 
font-size : 11px; 
text-indent : 5px; 
} 
.menulinkcss a:hover { 
background-color : #EAEAEA; 
text-decoration : underline; 
color : blue; 
} 

a:hover:after, a:focus:after { 
content : ""; 
} 