.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-color: #ffffff;
background-image:url(images/otok_background.gif);
background-position:right top;
background-repeat:no-repeat;
border:4px solid;
border-color:#E8E8E8;
}


.anylinkcsscols ul{

  padding: 0;
  list-style: none;
  float:left;
  list-style-position:outside;
  list-style-type:none;
  margin:5px 10px 5px 0;
  width:135px;
}

.anylinkcsscols li{


  margin: 0;
  padding: 0;


}

.anylinkcsscols li a{




}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
