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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	z-index: 100;
	background: #CCCCCC;
	width: 80px;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	visibility: hidden;




}

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

}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #000000;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #990000;
color: #FFFFFF;
}

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


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	z-index: 100;
	background: #E9E9E9;
	color: #000000;
	visibility: hidden;


}

.anylinkmenucols li{
	padding-bottom: 3px;
	color: #000000;

}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
	color: #000000;

}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;

}



/* ######### class for shadow DIV ######### */


.anylinkshadow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: black;
	visibility: hidden;
	color: #000000;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.example1:link {
	color: #00CCFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a.example1:visited {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;

}
a.example1:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;


}
a.example1:active {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;


}
a.example2:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	

}
a.example2:visited {
	color: #990000;
	text-decoration: none;
	

}
a.example2:hover {
	color: #000000;
	text-decoration: none;
	


}
a.example2:active {
	color: #ffffff;
	text-decoration: none;
	


}
a.example3:link {
	color: #999999;
	text-decoration: none;
	

}
a.example3:visited {
	color: #999999;
	text-decoration: none;
	

}
a.example3:hover {
	color: #FFFFFF;
	text-decoration: none;
	


}
a.example3:active {
	color: #999999;
	text-decoration: none;
	
}
a.example4:link {
	color: #FFFFFF;
	text-decoration: none;
	

}
a.example4:visited {
	color: #FFFFFF;
	text-decoration: none;
	

}
a.example4:hover {
	color: #CCCCCC;
	text-decoration: none;
	


}
a.example4:active {
	color: #ffffff;
	text-decoration: none;
	


}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 10px;


}
