a.menuanchorclass:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none;
	height: 35px;
	width: 143px;
	background-position: left top;
}
a.menuanchorclass:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	height: 35px;
	width: 143px;
	text-decoration: none;
	background-position: left top;
}
a.menuanchorclass:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	height: 35px;
	width: 143px;
	text-decoration: none;
	background-position: left bottom;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	height: 35px;
	width: 143px;
	text-decoration: none;
	background-position: left bottom;
}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;
border-bottom-width: 0;*/
font: normal 12px Arial;
line-height: 24px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: url(images/ddm1.gif) no-repeat;
width: 143px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;text-align:left;
}

/*.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}*/
.anylinkmenu ul li a{
	width: 100%;
	display: block;
	/*padding: 8px 0 3px 45;*/
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(images/ddm1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;height:25px;
}
.anylinkmenu a:hover{
	background-image: url(images/ddm1ov.gif);
	color: #FFFFFF;
	text-decoration: none;
}


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