A
	{
		FONT-SIZE: 12px;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
	}
		A:link
	{
		FONT-SIZE: 12px;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
		COLOR: #FFFFFF;
	}
		A:visited
	{
		FONT-SIZE: 12px;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
		COLOR: #FFFFFF;
	}
		A:active
	{
		FONT-SIZE: 12px;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: none;
		COLOR: #FFFFFF;
	}
		A:hover
	{
		FONT-SIZE: 12px;
		FONT-FAMILY: arial, geneva, sans-serif;
		TEXT-DECORATION: underline;
		color : #FFFFFF;
	}






.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;



border: 8px solid #89AFC7; 
background-color: #115680; 
padding: 5px;




border-bottom-width: 8;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
text-indent: 7px;
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
text-indent: 3px;
padding: 2px 0;

font-weight: bold;
text-indent: 5px;
}


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

/* ######### This is the width of the multile columns -PHZ- ######### */
.anylinkmenucols{
	position: absolute;
	width: 358px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Arial;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #89AFC7; /* border background color */
}


.anylinkmenucols li{
padding-bottom: 3px;
font-weight: bold;
display: block;
}

.anylinkmenucols .column{
	float: left;
	padding: 8px 8px;
	margin-right: 5px;
	background: #115680; /* inside background color */
}

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



/* ######### This is the width of the multile Europe columns -PHZ- ######### */
.anylinkmenucols2{
	position: absolute;
	width: 276px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Arial;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #89AFC7; /* border background color */
}


.anylinkmenucols2 li{
padding-bottom: 3px;
font-weight: bold;
 }

.anylinkmenucols2 .column{
	float: left;
	padding: 8px 8px;
	margin-right: 5px;
	background: #115680; /* inside background color */
}

.anylinkmenucols2 .column ul{
margin: 0;
padding: 0;
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;
}
