@charset "UTF-8";
.anylinkcsscols {
	position: absolute;
	left: 0px;
	top: 0;
	visibility: hidden;
	z-index: 100;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #d9e5eb;
	background-image: url(../images/template/bg_submenu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	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: #005682;
	border-bottom-color: #005682;
	border-left-color: #005682;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.anylinkcsscols h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	color: #474747;
	text-align: left;
}
.anylinkcsscols a, a:visited {
	font-weight: bold;
	color: #005682;
	text-decoration: none;
}
.anylinkcsscols a:hover {
	font-weight: bold;
	color: #0088D1;
	text-decoration: none;
}
.anylinkcsscols .column {
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 10px;
}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcsscols li {
	padding-bottom: 8px;
}
.anylinkshadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: black;
	visibility: hidden;
}
