/*http://userstyles.org/styles/70322/tumblr-tags-hover-menu?r=1343603630*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http://www.tumblr.com/tagged'),
url-prefix('http://www.tumblr.com/dashboard') , url-prefix("https://www.tumblr.com/tagged"), url-prefix("https://www.tumblr.com/dashboard") {

#tracked_tags > LI:nth-child(n) {
  margin-top: -35px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  background-color: rgba(0,255,0,.05) !important;
  -webkit-transition: ease-in all .75s !important;
  -moz-transition: ease-in all .75s !important;
}
#tracked_tags > LI:nth-child(n) > a,
#tracked_tags > SPAN[class="count"],
.remove_tag {
  color: rgba(0,0,0,0) !important;
  background-position: 10px -660px !important;
}
#tracked_tags:hover > LI:nth-child(n) a,
#tracked_tags:hover .tracked_tag.tag > SPAN[class="count"],
#tracked_tags:hover > LI:nth-child(n) .remove_tag {
  color:rgba(255,255,255,.65) !important;
  background-position: 10px -640px !important;
  -webkit-transition: ease-in all .75s !important;
  -moz-transition: ease-in all .75s !important;
}
#tracked_tags:hover > LI:nth-child(n) {
  margin-top: 0px !important;
  background-color: rgba(255,255,255,.05) !important;
  -webkit-transition: ease-in all .75s !important;
  -moz-transition: ease-in all .5s !important;
}
.tracked_tag.selected .tag {
  background-color: rgba(0,0,0,.15) !important;
}
#tracked_tags:hover .tracked_tag.selected .tag div,
#tracked_tags:hover > LI:nth-child(n) .remove_tag{
  color: white !important;
}
#right_column > DIV:nth-child(3)[class="small_links"],
#right_column > DIV:nth-child(4)[class="small_links"] {
  position: absolute !important;
  top: 114px !important;
  left: 167px !important;
}
#right_column > DIV:nth-child(4)[class="small_links"] {
  left: 5px !important;
}}