.anylinkcss{
position: absolute;
left: 0;
top: 0;
display:none;
/* border: 1px solid #666666; */
border-bottom-width: 0;
font: normal 1.2em;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*width: 725px;  default width for menu */
}

.anylinkcss .spacer{
	width:100%;
}

.anylinkcss .spacer .block{
background:url('/_img/trans90.png');
width:110px;
/* margin-left:200px; */
}

.anylinkcss .content{
background:url('/_img/trans90.png');
padding: 20px;
}

.anylinkcss ul{
margin-top: 0;
padding: 0;
width:100%;
list-style:none url('/_img/bullet.gif');
}

.anylinkcss ul li a{
width: 190px;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid #666666; */
padding: 3px 0 3px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss ul li {
/*border-right: 1px solid #687d9a;*/
}

.anylinkcss ul li.column1{
}
.anylinkcss ul li.column2{
margin-left: 210px;
}
.anylinkcss ul li.column3{
margin-left: 420px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #FF6600;
color: #fff;
}
