A {

	background-color:transparent;

	text-decoration:none;

	color:black;

}

#contMenu

{

	position : absolute;

	left : 0px;

	top : 0px;

	visibility : hidden;

	color : black;

	background : #fff;

	width : 120px;

	border : 2px outset #fff;

	padding : 2px;

	text-align : center;

	font-size : 10px;

	cursor : default;

	z-index : 50;

}



#contMenu A:link, #contMenu A:visited

{

	color : #999;

	text-decoration : none;

}



#contMenu A:hover

{

	color : #666;

	text-decoration : underline;

}




