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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background:#EAB708;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 150px; /* default width for menu */
	height:18px;
}

.anylinkmenu ul{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	list-style-type: none;
}

.anylinkmenu ul li a{
	width: 150px;
	height: 18px;
	display: block;
	text-indent: 3px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	border-bottom:none;
	padding: 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

.anylinkmenu a:hover{ /*hover background color*/
	background:#EAB708;
	color: white;
}

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


.anylinkmenucols{
	position: absolute;
	width: 140px;
	height:18px;
	left: 0;
	top: 0;
	background: black;
	visibility: hidden;
	padding: 0px;
	font: normal 12px Verdana;
	padding: 0px 0px 0px 0px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols li{
	padding: 0px 0px 0px 0px;
}

.anylinkmenucols .column{
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
}

.anylinkmenucols .column ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



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




/* ************************************************* */

.anylinkmenu1{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background:#EAB708;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 220px; /* default width for menu */
	height:18px;
}

.anylinkmenu1 ul{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	list-style-type: none;
}

.anylinkmenu1 ul li a{
	width: 220px;
	height: 18px;
	display: block;
	text-indent: 3px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	border-bottom:none;
	padding: 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

.anylinkmenu1 a:hover{ /*hover background color*/
	background:#EAB708;
	color: white;
}

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


.anylinkmenucols{
	position: absolute;
	width: 148px;
	height:18px;
	left: 0;
	top: 0;
	background: black;
	visibility: hidden;
	padding: 0px;
	font: normal 12px Verdana;
	padding: 0px 0px 0px 0px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols li{
	padding: 0px 0px 0px 0px;
}

.anylinkmenucols .column{
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
}

.anylinkmenucols .column ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



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

.anylinkmenu2{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background:#EAB708;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 230px; /* default width for menu */
	height:18px;
}

.anylinkmenu2 ul{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	list-style-type: none;
}

.anylinkmenu2 ul li a{
	width: 230px;
	height: 18px;
	display: block;
	text-indent: 3px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	border-bottom:none;
	padding: 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

.anylinkmenu2 a:hover{ /*hover background color*/
	background:#EAB708;
	color: white;
}

.anylinkmenu3{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background:#EAB708;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 240px; /* default width for menu */
	height:18px;
}

.anylinkmenu3 ul{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	list-style-type: none;
}

.anylinkmenu3 ul li a{
	width: 240px;
	height: 18px;
	display: block;
	text-indent: 3px;
	padding: 0px 0px 0px 0px;
	background:#EAB708;
	border-bottom:none;
	padding: 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

.anylinkmenu3 a:hover{ /*hover background color*/
	background:#EAB708;
	color: white;
}