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

color: #000000;
}
.learn {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}
.learn A:link, .learn A:visited, .learn A:active, .learn A:hover  {
	color: #FFFFFF;
}

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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

/* 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;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
color: #000000;
}

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 00px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkcsscols .column{
width: 490px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.column li {
	font-size: 13px;
	font-weight: normal;
	margin: 05px 05px 00px 00px;
	color: #000000;
	text-decoration: none;
	background: url(images_health/menu_strip.jpg) right bottom scroll no-repeat;
}
.column A:link, .column A:active, .column A:visited, .column A:hover {
	padding: 15px 10px 02px 05px;
	color: #000000;
	text-decoration: none;
	display: block;
}
.column A:hover {
	color: #000000;
	background: url(images_health/logo.jpg) center top scroll no-repeat;
}
.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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: white;
visibility: hidden;
}