﻿.selectedanchor{
	/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: #3d6c87;
	color: #800000;*/
	background-color: white;
	padding-bottom: 4px;
	
/*	
    padding-right:3px;
	padding-left:3px;
	background-color: #E0E0E0;
	border-right: 1px solid #3d6c87;
	border-left: 1px solid #3d6c87;
    padding-right:3px;
	padding-left:3px;
*/;	text-decoration: none;

/*	padding-bottom:2px;*/	
/*	padding: 3px;*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
	font-size: 8pt;
	letter-spacing: 1.5pt;
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;	
	color: #3d6c87;
	border: 1px solid #3d6c87;
	background-color: #fff;

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3d6c87;
padding: 3px 0;
text-decoration: none;
/*font-weight: bold;*/
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #3d6c87;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	padding: 10px;
	font-size: 8pt;
	letter-spacing: 1.5pt;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/;
	color: #3d6c87;
	text-decoration: none;
	display: block;
	border: 1px solid #3d6c87;
	background-color: #fff;
	/*
	
	color: #3d6c87;
	text-decoration: none;
	display: block;
	background-color: #fff;
	font-size: 8pt;
	letter-spacing: 1.5pt;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 2px;
	background-color: #fefeff;
	
	*/
}

.anylinkcsscols .column{
width: 150px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 6px;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 0; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
