.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 1;
font:normal 9px;
line-height: 18px;
z-index: 100;
width: 150px;
align:left;
}

.anylinkcss a{
width:300px;
display:block;
text-indent:3px;
border-bottom:0px solid black;
padding:1px 0;
text-decoration:none; 
font-weight:bold;
text-indent:5px;
background-image:url(../images/tlbg.jpg);
color:white;
align:left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #A00000;
background-image:none;
color: #000000;
align:left;
}

.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
	}
	
.menu:hover {
	color: #600000;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
	}
	
.menu1 {	
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-image:url(../images/tlbg.jpg);
color:white;
align:left;
	}
	
.menu1:hover {
background-color: #A00000;
background-image:none;
color: #000000;
align:left;
	}