/* ######### Default class for drop down menus ######### */

.anylinkcss{

	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 150px; /* default width for menu */
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #993300;
	background-color: #ffcc66;/* old #CC6600;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
}

.anylinkcss .small {
	font-size: 8px;
	color: #993300;
	background-color: inherit;
}

.anylinkcss ul.anylinkul {
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkul li {
	margin-left: 0;
	padding-left: 0;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	color:#CC6600;/* old  #ffcc66;*/
}

.anylinkcss ul li a.highlight {
background-color: #ff9;
}

.anylinkcss a:hover { /*hover background color*/
	color: #ffffcc;
	background-color: #cc6600;
}

.anylinkcss a.highlight:hover, .anylinkcss .small:hover {
	color: #ffcc66;
	background-color: #cc6600;
}

/* ######### 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;
}
