.inl{
position:absolute;
visibility: hidden;
border:1px solid #3A6EB1;
background-color: #618ECD;
width: 150px;

line-height: 18px;
z-index: 100;

font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;

text-transform: none;

filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;

}

.inl a{
width: 100%;
display: block;
text-indent: 3px;
padding: 5px 10 5px 10px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #FFFFFF;
}

.inl a:hover{ /*hover background color*/
color: #D5741C;
}