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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 3px solid black;
border-bottom-width: 5;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image: url("picts/background_wallpaper.jpg");
/* background: lightyellow; */
width: 200px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 5px 0;
text-decoration: none;
/* font-weight: bold; */
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: black;
}

.anylinkcss a:hover{ /*hover background color*/
background-image: url("picts/black/menuon.gif");
/* background: black; */
color: white;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid black;
padding: 10px;
font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: black;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-image: url("picts/background_wallpaper.jpg");
/* background: #DEFFCA; */
}

.anylinkcsscols .column{
/* background-image: url("picts/background_silver-fade4.jpg"); */
border-right: 0px solid black;
border-left: 0px solid black;
border-top: 0px solid black;
border-bottom: 0px solid black;
/* width: 250px; */
width: auto;
float: left;
color: black;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
color: black;
}

.anylinkcsscols li a{
padding-bottom: 3px;
color: black;
}

.anylinkcsscols a:hover{ /*hover background color*/
background-image: url("picts/black/menuon.gif");
/* background: black; */
color: white;
}
/* ######### 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;
}

.navtitle {
	COLOR: #000000; 
	FONT: 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
	}
	a:navtitle:link { 
		color: #000000; 
		text-decoration: none;
		}
	a:navtitle:visited { 
		color: #000000; 
		text-decoration: none;  
		}
	a:navtitle:active	{
		color: #ff0404; 
		text-decoration: none; 
		}
	a.selected { 
		color: #ff0404; 
		FONT: 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; 
		font-weight: bold; 
		text-decoration: none; 
		}		
	a:navtitle:hover { 
		color: #ff0404; 
		text-decoration: none; 
		}

.subnavlink { 
	COLOR: #000000; 
	FONT: 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; font-weight: normal; 
	}
	a.subnavlink:link { 
		color: #000000; 
		text-decoration: none; 
		}
	a.subnavlink:visited { 
		color: #000000; 
		text-decoration: none; 
		}
	a.subnavlink:active { 
		color: #ff0404; 
		text-decoration: none; 
		}
	a.selected { 
		color: #ff0404; 
		FONT: 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; 
		font-weight: bold; 
		text-decoration: none; 
		}
	a.subnavlink:hover { 
		color: #ff0404; 
		text-decoration: none; 
		}

.mainnavlink { 
	COLOR: #000000; 
	FONT: 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	}
	a.mainnavlink:link { 
		color: #000000; 
		text-decoration: none; 
		}
	a.mainnavlink:visited { 
		color: #000000; 
		text-decoration: none; 
		}
	a.mainnavlink:active { 
		color: #ff0404; 
		text-decoration: none; 
		}
	a.selected { 
		color: #ff0404; 
		FONT: 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; 
		font-weight: bold; 
		text-decoration: none; 
		}
	a.mainnavlink:hover {
		color: #ff0404; 
		text-decoration: none; 
		}