.anylinkcss {
 	font-size: small;
	line-height : 22px;
	position:absolute;
	visibility: hidden;
	z-index: 100;
	width : 150px;
	padding : 0px;
	margin : 0px;
	margin-top : -1.8em;
}

*html .anylinkcss {
	margin-top : -1.7em;
}

.anylinkcss a:link, .anylinkcss a:visited {
	color : #452d2c;
	background-color: #c9bc9d;
	text-decoration : none;
	width: 140px;
	display: block;
	font-weight: normal;
	text-indent: 5px;
	border : 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.anylinkcss a:hover {
	background-color: #7e706a;
	color: #ffffff;
	padding : 0px;
	text-decoration : none;
	border : 0px solid #c9bc9d;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.anylinktitle {
	padding: 2px 5px 4px 5px;
 	color: #ffffff;
	font-weight: bold;
	width : auto;
	background-color : #c9bc9d;
}

.anylinktitle a:hover {
	background-color: #7e706a;
	color: #ffffff;
	padding : 0px;
	text-decoration : none;
	border : 0px solid #c9bc9d;
	border-bottom-width : 5px;
	border-left-width : 5px;
	border-right-width : 5px;
	border-top-width : 5px;
}

.disabledItem {
	color : #999999;
	background-color: #c9bc9d;
	width: 140px;
	display: block;
	font-weight: normal;
	text-indent: 5px;
	padding: 5px 5px 5px 5px;
}
