@charset "utf-8";
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #ffffff;
width: 150px;
margin-top:11px;
margin-left:-14px;

}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #ffffff;
padding: 1px 7px;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
color: #ffffff;
background-image: url(../images/curve-topnav-bg.gif);
height:20px;
background-position: bottom;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ffffff;
color: #d1e7ef;
background-image: url(../images/curve-topnav-bg.gif);
height:20px;
background-position: top;

}
