.selectedanchor { 
}
#submenu1 {
	width: 200px
}
#submenu2 {
	width: 160px
}
 
/* Default class for drop down menus */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: bold 8.5pt/27px Verdana, Geneva, sans-serif;
z-index: 100; 
background: #000;
color: #CCC;
border-bottom: 1px solid #999;
width: 100%; 
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
color: #CCC;
text-indent: 25px;
padding: 1px 0;
text-decoration: none;
border-bottom: 1px solid #999;
}

.anylinkcss a:hover{ /*hover background color*/
 color: #FFF;
	background: #486cab
}


/* 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;
}