#Layer1 {
	position:absolute;
	width:93px;
	height:99px;
	z-index:1;
	top:50px;
	left: 28px;
}

#painters {
  padding:0;
  margin:2em 0;
  list-style-type:none; 
  }
#painters li {
  width:200px; 
  height:30px; 
  float:left;
  border:1px solid #000;
  margin-right:2px;
  }

#painters a em {
	font-style:normal;
	font-size:0.9em;
	line-height:2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  }
#painters a {
	text-decoration:none;
	color:#000;
	position:absolute;
	width:200px;
	height:30px;
	display:block;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
  }
#painters a.red {background:#990000; color:#fff;}
#painters a.orange {background:#FF9900; color:#000;}
#painters a.yellow {background:#FFCC00; color:#000;}
#painters a.greenlight {background:#99CC66; color:#000;}
#painters a.green {background:#669900; color:#fff;}
#painters a.turkis {background:#0066CC; color:#fff;}
#painters a.blue {background:#0099FF; color:#fff;}
#painters a.lila {background:#993399; color:#fff;}
#painters a.frisia {color:#000000;background-color: #FF9999;}
#painters a.rosa {background:#CC0099; color:#fff;}
#painters a.white {background:#FFFFFF; color:#000;}
#painters a.lightred {background:#CC0033; color:#fff;}
#painters a.grey {color:#FFFFFF;background-color: #666666;}

#painters a:hover {
  width:200px; 
  height:30px;
  z-index:120;
  background:#FFFF99;
  }
#painters a:hover em {
	font-size:1.0em;
	line-height:2em;
	overflow:hidden;
	cursor:pointer;
	background:#fff;
	border:1px solid #000;
	position:absolute;
	width:200px;
	height:32px;
	left:-12px;
	top:-8px;
	font-family: Arial, Helvetica, sans-serif;
  }
#painters a:hover.red em {background:#990000;}
#painters a:hover.orange em {background:#FF9900;}
#painters a:hover.yellow em {background:#FFCC00;}
#painters a:hover.greenlight em {background:#99CC66;}
#painters a:hover.green em {background:#669900;}
#painters a:hover.turkis em {background:#0066CC;}
#painters a:hover.blue em {background:#0099FF;}
#painters a:hover.lila em {background:#993399;}
#painters a:hover.frisia em {background:#FF9999;}
#painters a:hover.rosa em {background:#CC0099;}
#painters a:hover.white em {background:#FFFFFF;}
#painters a:hover.lightred em {background:#CC0033;}
#painters a:hover.grey em {background:#666666;}

