.anylinkcss{
 	[if IE 6] margin-top: 1px;
	[if IE 7] margin-top: 1px;
    position:absolute;
    visibility: hidden;
    border-bottom-width: 0;
	font-family: Verdana;
    font-weight: normal;
	font-size: 12px;
    z-index: 100;
    background-color: #434345;
     width: 215px; 
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
    margin-left:10px;
}

.anylinkcss a {
    width: 100%;
    display: block;
    padding: 1px 0;
    text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
    font-weight: bold;
    text-align:left;
    color:#ffffff;
    text-indent:5px;
    padding-top:5px;
    padding-bottom:5px;
}

.anylinkcss a:hover{ /*hover background color*/
    background-color: #6dacd0;
    color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
    font-weight: bold;
}

.anylinkcss a:active{ /*hover background color*/
    color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
    font-weight: bold;
}

.anylinkcss a:visited{ /*hover background color*/
    color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
    font-weight: bold;
}
