.selectedanchor { 
}
#menu1 {
	width: 175px
}
#menu2 {
	width: 200px
}
 
/* Default class for drop down menus */

.anylinkcss{
position: absolute;
left: 0; top: 0;
visibility: hidden;
font: bold 10pt/30px Century Gothic, Arial, Helvetica, sans-serif;
z-index: 99; 
border-bottom: 1px solid #ba732e;
width: 100%; 
}

.anylinkcss ul{
margin: 0; padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
color: #333;
background: #E0E4C4;
text-indent: 25px;
padding: 1px 0;
text-decoration: none;
border-bottom: 1px solid #D2A578;
}

.anylinkcss a:hover{ /*hover background color*/
 color: #FFF;
	background: #333
}


/* 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;
}
