.menu .options {
		font-size:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		margin-right:1px;
		margin-bottom:1px;
		border:1px ridge #000000;
		background-color:#F4EEE2;
		/*filter: alpha(opacity=90); */
		/*-moz-opacity: .5; */
}

.menu a {
		color:#000000;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		border-bottom:1px solid #000000;
		background-color:transparent;
		/*filter: alpha(opacity=100); */ 
}

.menu a:hover {
		background-color:#F0C97A;
		color:#000000;
}

.menu a:visited {
		color:#000000;
}

.translucide {
filter: Alpha(opacity=95);

}

#translucent {
	position: absolute;
	left: 80px;
	top: 30px;
	text-align: center;
	border: 1px solid #666;
	background-color: #f0f0ff;
	/* the filter attribute is recognized in Internet Explorer and should be a percentage */
   filter: Alpha(opacity=50);
	/* the -moz-opacity attribute is recognized by Gecko browsers and should be a decimal */
   -moz-opacity: .5;
}
