.topmenu
{
	background-color: #000000;
	width:759px;
	text-align:left;
}
.topmenu a
{
	text-decoration: none;
	background-color: #000000;
	padding: 2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	display:inline-block;
	width: 90px;
}
.topmenu a:hover
{
	background-color: gray;
}

.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 150px;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover
{ /*hover background color*/
	background-color: gray;
}
