.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 120px;
	background-color: #9d0b0b;
	left: 5;
	background-image: url(Red_Over.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(Red_Over.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #9d0b0b;
	color: #eccb0b;
	background-image: url(Red_Btn_Over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.anylinkcssleft{
	position:absolute;
	visibility: hidden;
	font:normal 12px Verdana;
	line-height: 15px;
	z-index: 100;
	width: 115px;
	background-color: #9d0b0b;
	left: 55px;
	background-image: url(Red_Over.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #740808;
	border-right: 1px solid #740808;
	border-bottom: 2px solid #740808;
	border-left: 1px solid #740808;
}

.anylinkcssleft a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(Red_Over.gif);
	background-repeat: repeat-x;
	background-position: top;

}

.anylinkcssleft a:hover{ /*hover background color*/
	background-color: #9d0b0b;
	color: #eccb0b;
	background-image: url(Red_Btn_Over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

