#menu .anylinkcss{
	position:absolute;
	visibility: hidden;
	border-width: 0px;
	font:normal 16px Arial;
	line-height: 27px;
	font-weight:normal;
	z-index: 100;
	text-decoration:none;
	}
#menu .anylinkcss a{
	width: 200px;
	height:27px;
	display: block;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding: 1px 0;
	padding-left:3px;
	text-decoration: none;
	text-indent: 1px;
	text-align:left;
	background-color: #404040;
	color: #ffffff;
	white-space: nowrap;
	font-weight:normal;
}
#menu .anylinkcss a:hover{ /*hover background color*/
	color: #ffffff;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding-left:3px;
	text-decoration:none;
	font-weight:normal;
	background-color:#df3128;
}