.menuActuator  { 
			color:#FFFFFF;
			font-weight:normal;
			font-size:12px;
			font-family:arial;
			text-decoration: none;
		}
		
		.menuActuator :hover {
	color: #666666;
	text-decoration: none;
		}

		.menu {
	width: 150px;
	background-image: url(../library/50_white.png);
	background-repeat: repeat;
		}
		.menu ul {
			font-family: verdana;
			font-size: 10px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: left;
		}

		.menu ul li a {
	text-decoration: none;
	color: #fff;
	width: 150px;
	display: list-item;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}

		.menu ul li a:hover
		{
			color: #FFFFFF;
			background-color: #A85633;
			width: 150px;
		}

    td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
      }

