td div
{
	/* this makes TDs a container with their own coordinate system.
	absolutely-positioned elements will be offset relative to them */
	position: relative;
}
.menu { }
.menu .options
{
	background-color: #CDE8FF;
	border: 1px solid #3382C6;
}
.menu a
{
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 5px 7px;
}
.menu a:hover
{
	color: #000000;
	background-color: #FFFFFF;
}