/* CSS Document */


#painters {
	padding:0;
	margin:0;
	list-style-type:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.09em;
  }
  
#painters li {
	width:120px;
	height:30px;
	float:left;
	border-right-style: solid;
	border-right-color: #660000;
	border-right-width: 2px;
  }
  
#painters a em {
	font-style:normal;
	font-size:11px;
	line-height:30px;
	font-weight: bold;
  }
  
#painters a {
	text-decoration:none;
	color:#000;
	position:absolute;
	width:120px;
	height:30px;
	display:block;
	  }
#painters a.red {background:#c00; color:#fff;}
#painters a.orange {background:#fc0; color:#000;}
#painters a.yellow {background:#ee0; color:#000;}
#painters a.green {background:#080; color:#FFCC00;}
#painters a.blue {background:#00c; color:#fff;}
#painters a.violet {background:#990066; color:#fff;}
#painters a.grey {background: #333300;color:#fff;}
#painters a.white {background: #fff;color:#fff;}

#painters a:hover {
  width:120px; 
  height:35px;
  z-index:200;
  background:#aaa;
  }
#painters a:hover em {
  font-size:12px;
  line-height:30px;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:2px solid #000;
  position:absolute; 
  width:120px; 
  height:35px;
  left:-12px; 
  top:-8px;
  }
#painters a:hover.red em {background:#c00;}
#painters a:hover.orange em {background:#fc0;}
#painters a:hover.yellow em {background:#ee0;}
#painters a:hover.green em {background:#080;}
#painters a:hover.blue em {background:#00c;}
#painters a:hover.violet em {background:#990066;}
#painters a:hover.grey em {background:#333300;}