.anylinkcss {
	position: absolute;
	display: none;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 20px;
	z-index: 150;
	background-color: #494949;
	width: 170px;
	text-align: left;
}

.anylinkcss a {
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.anylinkcss a img {
	border: 0 none;
}

.anylinkcss a:hover {
	background-color: #666666;
	color: #fff;
}



/* NAVBAR DROPDOWN MENU STYLES */

.navbarMenu	{
	position:absolute;
	display: none;
	border:1px solid black;
	border-bottom-width: 0;
	font: 11px Arial;
	line-height: 20px;
	z-index: 400;
	background-color: #4D4D4D;
	width: 180px;
}

.navbarMenu a {
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	
}

.navbarMenu a:hover { /*hover background color*/
	background: #fff;
	color:#4D4D4D;
}

