@charset "utf-8";
/* CSS Document */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/


}
.anchorclass {
	background-color: #666666;
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 35px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 5px;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #000000;
}
.anylinkcss a:link {
	color: #000000;
}


.anylinkcss a:hover{ /*hover background color*/
	color: #FFFFFF;

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 156px;
	top: 13px;
	visibility: hidden;
	z-index: 100;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	background-color: #999999;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	padding-bottom: 10px;
	padding-left: 2px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.anylinkcsscols .column{
	width: 222px;
	float: left;
	color: #000000;
	text-align: left;
	font-weight: normal;
	background-color: #666666;
	padding-left: 6px;
	padding-bottom: 4px;
	height: 156px;
	padding-top: 4px;
	line-height: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.anylinkcsscols .column a:link {
	color: #FFFFFF;


}
.anylinkcsscols .column a:hover {
	text-decoration: underline;

}
.anylinkcsscols .column a:visited {
	color: #FFFFFF;

}




.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
}

.anylinkcsscols li{
	padding-bottom: 2px;
	background-color: #666666;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	visibility: hidden;
	background-color: #999999;
}
.anylinkcsscols2 {
	position: absolute;
	left: -5px;
	top: 94px;
	visibility: visible;
	z-index: 100;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	background-color: #999999;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	padding-bottom: 10px;
	padding-left: 2px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.anylinkcsscols .column2 {
	width: 200px;
	float: left;
	color: #000000;
	text-align: left;
	font-weight: normal;
	background-color: #666666;
	padding-left: 6px;
	padding-bottom: 4px;
	height: 156px;
	padding-top: 4px;
	line-height: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.anylinkcsscols .column2 a:link {
	color: #FFFFFF;
}
.anylinkcsscols .column2 a:hover {
	text-decoration: underline;
}
.anylinkcsscols .column2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
}
.anylinkcsscols2 li {
	padding-bottom: 2px;
	background-color: #666666;
}
