<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.LNK{
	
	margin:0;
	padding:0;
    
}

ul.LNK li{
	display:block;	
	border-bottom:#BEBB9C dashed 1px;
	margin:0;		
}

ul.LNK li a{
	display:block;	
	background:url(../../Images/System/Theme4/bullet.gif) 5px  9px no-repeat ;
	padding:0 0 0 20px;
	font:normal 14px/22px My,Pyidaungsu,Arial;
	color:#87600C;
	text-decoration:none;
}

ul.LNK li a:hover{
	background:url(../../Images/System/Theme4/bullet_hover.gif) 5px 9px no-repeat #F8F7EE;
	color:#000;
}

li.DOT{
	display:block;	
	background:url(../../Images/System/Theme4/bullet.gif) 5px  9px no-repeat ;
	padding:0 0 0 20px;
	font:normal 14px/22px My,Pyidaungsu,Arial;
	color:#87600C;
	text-decoration:none;
}

li.DOT:hover{
	background:url(../../Images/System/Theme4/bullet_hover.gif) 5px 9px no-repeat ;
}


</pre></body></html>