a {
        color:#f71494;
}


#heroes ul {
	margin: 0px;
	padding: 0px;
}

#heroes li {
	background-image: url(/images/bg_heroes.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 116px;
	margin-bottom: 10px;
	padding-left: 0px;
	list-style: none;

}

#heroes li img {
	width: 64px;
	height: 64px;
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 20px;
	vertical-align: middle;
}

#heroes li a {
	vertical-align: middle;
	margin-top: 70px;
	height: 20px;
	color: #f71494;
	font-weight: bold;
	text-decoration: none;
}

/*fanart*/
#fanart a.images{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/images.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

#fanart a.images:hover{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/images_o.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}



#fanart a.texts{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/texts.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

#fanart a.texts:hover{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/texts_o.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

#fanart a.archive_con{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/archive_con.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

#fanart a.archive_con:hover{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/archive_con_o.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

#fanart a.promo_href{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/promo_href.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

#fanart a.promo_href:hover{
      height: 86px;
      width: 350px;
      display: block;
      text-align: left;
      background-image: url(/images/promo_href_o.gif);
      background-position: top left;
      background-repeat: no-repeat;
      margin-bottom: 10px;
}

/* SiteMap */
.map-level-0 {
      margin-left: 0px;
}

.map-level-0 li {
      background-image: url(/images/ring.gif);
      background-position: top left;
      background-repeat: no-repeat;
      list-style: none;
      margin-bottom: 10px;
      margin-left: 0px;
      padding-left: 30px;
      height: 23px;
}

.map-level-0 li a{
      color: #f71494;
      text-decoration: none;
}