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

dl#artist dt {
  display:none;
  }
dl#artist dd {
  padding:0; 
  margin-top:5px;
  }
a.xmenu, a.xmenu:visited {
  
  width:6.2em; 
  height:3em; 
  background:#fff; 
  text-decoration:none; 
  text-align:left; 
  color:#aaa; 
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:none; 
  width:3em; 
  height:0.5em;   
  background:#050; 
  overflow:inherit;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:5em; 
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#34066d;
  }
a.xmenu:hover span {
  background:#0f0;
  }

