

.navbar{
	font:normal 11px Verdana;
	text-decoration: none;
	background-color: #333333;
	line-height: 16px;
	color: #ECE9D8;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	text-decoration: none;
	line-height: 18px;
	z-index: 1000;
	background-color: #333333;
	width: 150px;
	color:#CCCCCC;
}

.anylinkcss a{
	width: 150px;
	display: block;
	text-indent: 0px;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	font: normal 10px Verdana;
	color: white;
	background-color: #333333;
	text-indent: 0px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #000;
	color: white;
    text-decoration: none;
}
