.network ul {
background: #3d3c3c;
border:1px solid #777;
border-bottom: none;
display:none;
left:0;
line-height:18px;
padding:12px 0;
position:absolute;
top:-178px;
width:160px;
border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
}
.network:hover ul {
left:0;
}
.network ul li {
  list-style-type: none;
}
.network ul li a {
color:#b0afaf !important;
display:block;
padding:5px 15px;
text-indent:0;
text-decoration: none;
border-bottom: none !important;
}
.network ul li a:hover {
color:#fff !important;
text-decoration:none;
}
.network {
  background: url(../images/hma-websites.png) no-repeat;
  width: 216px;
  height: 20px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #888;
  text-indent: -999999px;
  margin:-20px auto 6px;
}
