/* ######### Default class for drop down menus ######### */
.anchorclass {

}
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
margin: 0 0 0 -10px;
border: 1px solid #C0C0C0;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ededed;
color: #333333;
width: 150px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss li {
	background-image: none;
	text-align: left;
	margin: 0;
	padding:0;
}
.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #C0C0C0;
color: #333333;
padding: 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font-family: Arial, sans-serif;
height: 22px;
font-size:12px;
line-height: 22px;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active { 
text-decoration: none;
color: #333333;
}


.anylinkcss a:hover{ /*hover background color*/
text-decoration: none;
color: #C7152C;
}


/* ######### class for shadow DIV ######### 


.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: #e9e9e9;
visibility: hidden;
}*/