﻿.anylinkcss{
color: #000000;
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial, Sans Serif;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 170px;
font-weight:bold;
}

.anylinkcss a{
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
line-height: 18px;
font-weight:bold;
background-image:url(../img/ui/shell/ddl_bg.png);
}

.anylinkcss a:hover{
color: #000000;
background: #000000;
width: 100%;
line-height: 18px;
height: 18px;
font-weight:bold;
background-image:url(../img/ui/shell/ddl_bg_over.png);
background-position: center;
background-repeat:repeat-x;
}