.anylinkmenucols{
position:absolute;
margin-top:0px;
visibility: hidden;
font-family:Arial;
font-size:12px;
color:#003366;
z-index: 2; /*zIndex should be greater than that of shadow's below*/
line-height:1.5;
border-left:solid 4px #003366;
border-bottom:solid 1px #D1E6FE;
border-top:solid 1px #D1E6FE;
filter:alpha(opacity=96); -moz-opacity:0.96; opacity: 0.96;
padding-bottom:10px;
background-color:#FFFFFF;
padding-left:25px;
padding-right:25px;
background-repeat:repeat-y;
}


.anylinkmenucols a:hover{ /*hover background color*/
background-image:url(back_ground2.jpg);
background-position:left;
background-repeat:repeat-x;
}