/* ######### Default class for drop down menus ######### */

.anylinkmenu_top{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: #CCCCCC;
border:thin;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#CCCB9B;
width: 200px; /* default width for menu */
}

.anylinkmenu_top ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
}

.anylinkmenu_top ul li a{
	width: 100%;
	color:#000000;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.anylinkmenu_top a:hover{ /*hover background color*/
background: #CCCB9B;
color: white;
}

.anylinkmenu_top a
{
color: #000000;
}
