.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font:normal 11px/20px "Trebuchet MS";
color:#333;
text-decoration:underline;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: underline;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #e4f1f7;
color:#1a70a1;
text-decoration:none;
}

