.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	
}
/* ######### Default class for drop down menus ######### */
.tdtrans
{
	background-color:transparent;
	width:1px;
}
.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 27px;
	height:27px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	height:27px;
	list-style-type: none;
}

.anylinkmenu a{
	width: 100%;
	display: block;
	height:27px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#7F8172;
	filter: alpha(opacity=75); 
	opacity: .75
}
.tdColor
{
	height:27px;
	width:114px;
	text-align:center;
	border:none;
}

.anylinkmenu a:hover{ /*hover background color*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height:27px;
	color:#FFFFFF;
	background-color:#4D4F40;
	text-decoration:none;
	width: 100%;
	filter: alpha(opacity=75); 
	opacity: .75
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}

/* Menu 2 */
.tdColor2
{
	height:38px;
	width:105.3px;
	text-align:center;
	border:none;
}

.anylinkmenu2
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	height:38px;
	line-height: 38px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
}

.anylinkmenu2 ul{
	margin: 0;
	padding: 0;
	height:38px;
	list-style-type: none;
}

.anylinkmenu2 a
{
	width: 100%;
	display: block;
	height:38px;
	background-color:#7F8172;
	filter: alpha(opacity=75); 
	opacity: .75;
}

.anylinkmenu2 a:hover{ /*hover background color*/
	background-color:#4D4F40;
	text-decoration:none;
	width: 100%;
	height:38px;
	filter: alpha(opacity=75); 
	opacity: .75
}
.anylinkmenu2 img
{
	padding-top:8px;
}


