@charset "UTF-8";
/* CSS Document */

.menuActuator a { 
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}

.menu {
	font-family:verdana;
	color:#666666;
	font-size:10px;
	background-color:#cccccc;
	layer-background-color:#cccccc;
	padding: 5px;
}

td div {
/* this makes TDs a container with their own coordinate system.
 absolutely-positioned elements will be offset relative to them */
position:relative;
}