/* BASE STYLES =============================================================================================== */
.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px "Times New Roman", Times, serif;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #000000;
}

.anylinkcss a:hover { /*hover background color*/
	background-color: #FFFFFF;
	color: #000000;
}
/* SARATOGA EXPERIENCE ======================================================================================= */
.anylinkcss_Sara_Exp {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #CF2121;
	width: 205px;
	text-align: left;
}

.anylinkcss_Sara_Exp a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss_Sara_Exp a:hover { /*hover background color*/
	background-color: #D95858;
	color: #FFFFFF;
}
/* MEETINGS & EVENT PLANNING ================================================================================= */
.anylinkcss_Meet_Plan {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #2445BF;
	width: 205px;
	text-align: left;
}

.anylinkcss_Meet_Plan a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss_Meet_Plan a:hover { /*hover background color*/
	background-color: #5A72CC;
	color: #FFFFFF;
}
/* FIND SARATOGA BUSINESSES ================================================================================== */
.anylinkcss_Find_Biz {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #F479F5;
	width: 205px;
	text-align: left;
}

.anylinkcss_Find_Biz a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss_Find_Biz a:hover { /*hover background color*/
	background-color: #F49AF5;
	color: #FFFFFF;
}
/* MEDIA ===================================================================================================== */
.anylinkcss_Media {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #3DC550;
	width: 205px;
	text-align: left;
}

.anylinkcss_Media a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss_Media a:hover { /*hover background color*/
	background-color: #6ED37C;
	color: #FFFFFF;
}
/* MEMBERS =================================================================================================== */
.anylinkcss_Members {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #E1D41A;
	width: 205px;
	text-align: left;
}

.anylinkcss_Members a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #867E10;
}

.anylinkcss_Members a:hover { /*hover background color*/
	background-color: #F3ED95;
	color: #867E10;
}
/* CONTACT US ================================================================================================ */
.anylinkcss_ContactUs {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #E69C0E;
	width: 205px;
	text-align: left;
}

.anylinkcss_ContactUs a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss_ContactUs a:hover { /*hover background color*/
	background-color: #EBB44A;
	color: #FFFFFF;
}

/* PLAN HOMEPAGE DROPDOWN ================================================================================= */
.anylinkcss_Plan {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #239B8F;
	width: 205px;
	text-align: left;
}

.anylinkcss_Plan a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
}

.anylinkcss_Plan a:hover { /*hover background color*/
	background-color: #2FCEBE;
	color: #FFFFFF;
}


