.anylinkcss {
  position: absolute;
	margin-top: 13px;
	margin-left: -14px;
  visibility: hidden;
	padding: 0 0 0 9px;
  /*border: 1px solid black;*/
  border-bottom-width: 0;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
  z-index: 100;
  /*background-color: #E9FECB;*/
  /*background-color: #017342;*/
  /*background-color: #eeeeee;*/
  /*opacity: .85;*/
	background-image: url("/_images/bg_menu_item.png");
  background-color: transparent;
	width: 200px;
}

.anylinkcss a {
  width: 100%;
  display: block;
  text-indent: 3px;
  /*border-bottom: 1px solid black;*/
  padding: 1px 0 1px 9px;
	margin-left: -9px;
	text-decoration: none;
  font-weight: bold;
	color: #f5f5f5;
  text-indent: 5px;
}

.anylinkcss a:hover {
  background-color: black;
	background-color: #6D6D82;
  color: #f5f5f5;
}

.anylinkcss a.nestedlink {
  /*width: 95%;
  margin-left: 5%;*/
	width: 209px;
	margin-left: -9px;
  display: block;
  text-indent: 28px;
  /*border-bottom: 1px solid black;*/
  padding: 1px 0 1px 0px;;
  text-decoration: none;
  font-weight: bold;
  /*background-image: url('/_images/icon_nav_arrow.png');*/
  background-image: url('/_images/icon_nav_arrow.gif');
	position: relative;
  background-position: 18px center;
  background-repeat: no-repeat;
}
