a.export_xls,
a.export_csv,
a.export_word,
a.export_rtf,
a.export_pdf,
a[href$="doc"],
a[href$="rtf"],
a[href$="docx"],
a[href$="pdf"],
a[href$="swf"],
a[href$="html"],
a.video {
 display:inline-block;
 padding:.5em .5em .5em 26px;
 color:#333;
 text-decoration:none;
 font-size:.9em;
 opacity:.85;
}
a.export_xls:hover,
a.export_csv:hover,
a.export_word:hover,
a.export_rtf:hover,
a.export_pdf:hover,
a[href$="doc"]:hover,
a[href$="rtf"]:hover,
a[href$="docx"]:hover,
a[href$="pdf"]:hover,
a[href$="swf"]:hover,
a[href$="html"]:hover,
a.video:hover{
 opacity:1;
}
a.export_pdf,
a[href$="pdf"] {
 background: url(//d3j3pu93giehds.cloudfront.net/8bb2-809369-pdf.png?pfvId=knr8.hbpe5j2y) no-repeat left center;
}
a[href$="swf"],
a.video {
 background: url(//d2njvksyej7zl0.cloudfront.net/c334-909369-video.png?pfvId=knr9.hbpe5j6i) no-repeat left center;
}
a[href$="doc"],
a[href$="docx"],
a.export_rtf,
a.export_word{
 background: url(//d3j3pu93giehds.cloudfront.net/de94-019369-word.gif?pfvId=knra.hbpe5ja9) no-repeat left center;
}
a[href$="xls"],
a[href$="xlsx"],
a.export_xls{
 background: url(//d2njvksyej7zl0.cloudfront.net/b62f-709369-excel.gif?pfvId=knr7.hbpe5iz7) no-repeat left center;
}
a[href$="csv"],
a.export_csv{
 background: url(//d3j3pu93giehds.cloudfront.net/626e-609369-csv.gif?pfvId=knr6.hbpe5ivb) no-repeat left center;
}
a[href$="html"]{
  background: url(//d3j3pu93giehds.cloudfront.net/_resources/e30d:t3rdkc/docroot/cms/icons/x24/html_page.png) no-repeat left center;
}

/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
