.selectedanchor{
background:url(../images/menu_active_btn.png) repeat-x;
color:#fff;
padding:0 25px !important;
border:none !important;
text-decoration: none;
}
.main_menu{
width:120px;
height:37px;
}
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 22px;
z-index: 200;
background: #45494D;
width: 170px;
}
.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}
.anylinkcss a:hover{
background: #5699FE;
color: #161719;
}
.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: -10;
background: black;
visibility: hidden;
}