.anylinkcss{
	z-index: 100;
	font-family: Verdana;
	font-size: medium;
	list-style-type: none;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #999999;
	font-size: x-small;
	list-style-type: none;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #666666;
	font-size: x-small;
	font-weight: bolder;
	list-style-type: none;
}

.anylinkcss2{
	z-index: 100;
	list-style-type: none;
}

.anylinkcss2 a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #999999;
	font-size: x-small;
	list-style-type: none;
	padding-right: 0;
	padding-left: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 15px;
}

.anylinkcss2 a:hover{ /*hover background color*/
	color: #666666;
	font-size: x-small;
	font-weight: bolder;
	list-style-type: none;
}

