/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 200px; /* default width for menu */
	background-color: #e0e0e0;
	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: #ababab;
	border-right-color: #ababab;
	border-bottom-color: #ababab;
	border-left-color: #ababab;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: 005c49;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #005c49;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	font-weight: normal;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ababab;
	background-color: #e0e0e0;
	text-decoration: none;
	color: 4c4c4c;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #ababab;
color: #e0e0e0;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #ababab;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	background-color: #e0e0e0;
}

.anylinkmenucols li{
	padding-bottom: 3px;
	background-color: e0e0e0;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
vlink color: #4c4c4c !important;

; 	background-color: #000000;
}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
vlink color: #4c4c4c !important;

; 	background-color: e0e0e0;
}



/* ######### 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;
}

