.MenuLink {
	color: #fff;
	font-size: 12px;
	background-image: url(images/menu_dot.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-left: 5px;
	padding: 0 15px 5px 20px;
	text-decoration: none;
}

.anylinkcss {
	position:absolute;
	visibility: hidden;
	font-size: 14px;
	line-height: 18px;
	z-index: 100;
	background-color: #203787;
	width: 205px;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #fff;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #000099;
	color: white;
}