#networkBar {
  display:block;
  width:100%;
  height:33px;
  /*background-color:#f5f5f5;*/
  background:url('/templates/base/images/networkbg.png') repeat-x;
  border-bottom:2px solid #cecece;
  text-align:center;
  padding:0px;
  color:#9a9a9a;
  font-size:12px;
}

#networkBar a {
  color:#636363;
}

#networkBar .networkWrapper {
  width:980px;
  margin-left:auto;
  margin-right:auto;
}

#networkBar .networkLogin {
  float:right;
  width:440px;
  line-height:30px;
  vertical-align:middle;
  text-align:right;
  font-size:13px;
}

#networkBar .social {
  overflow: hidden;
  height: 18px;
  width:16px;
  padding:0 0 0 16px;
  margin-right:10px;
  margin-top:7px;
  background-repeat: no-repeat; 
  background-image: url('/templates/base/images/social-icons-sprite-16_duotone.png'); 
}

#networkBar .social.facebook {background-position: -16px -64px;}
#networkBar .social.facebook:hover {background-position: 0px -64px;}
#networkBar .social.twitter {background-position: -16px -32px;}
#networkBar .social.twitter:hover {background-position: 0px -32px;}
#networkBar .social.hyves {background-position: -16px -96px;}
#networkBar .social.hyves:hover {background-position: 0px -96px;}
#networkBar .social.live {background-position: -16px -162px;}
#networkBar .social.live:hover {background-position: 0px -162px;}

#networkBar .networkLogin a {
  text-transform:uppercase;
  text-decoration:none;
  font-size:13px;
}

#networkBar .networkLogin .profilepic {
  width:20px;
  height:20px;
  vertical-align:middle;
}

#networkBar .networkSuggest * {
  font-family:Arial;
  font-size:11px;
}

#networkBar .networkSuggest {
  float:left;
  line-height:30px;
  vertical-align:middle;
}

#networkBar .networkSuggest a {
  color:#363636;
  text-decoration:none;
}

#networkBar .networkSuggest a.more {
  padding-right:12px;
  background:transparent url('/templates/base/images/arrow_down.png') no-repeat right 6px;
}

div.more {
  font-family:Arial;
  font-size:11px;
  position:absolute;
  top:27px;
  width:300px;
  background-color:#FFF;
  border:1px solid #cdcdcd;
  z-index:500;
  padding:10px;
  display:none;
  text-align:left;
  color:#363636;
}

div.more h3 {
  margin:0 0 3px 0 !important;
  padding:3px 0 0 0 !important;
  border-bottom:1px solid #cdcdcd;
  font-size:12px;
  font-weight:bolder;
  color:#363636;
}

div.more a {
  display:block;
  padding:5px 0 0 0;
  text-decoration:none;
  color:#363636;
  font-size:12px;
  font-family:Arial !important;
}

div.more a img {
  margin-right:7px;
}

#networkBar .networkLogin a.myprofile {
  position:relative;
  padding:5px 20px 5px 5px;
  border:1px solid transparent;
  background:transparent url('/templates/base/images/arrow_down.png') no-repeat 95px 11px;
}

#networkBar .networkLogin a.myprofile:hover,#networkBar .networkLogin a.myprofile.active {
  z-index:200;
  background-color:#FFF;
  border:1px solid #cdcdcd;
  border-bottom:0;
}

div.myprofile {
  z-index:150;
  font-family:Arial;
  font-size:11px;
  position:absolute;
  top:28px;
  background-color:#FFF;
  border:1px solid #cdcdcd;
  padding:5px;
  display:none;
  text-align:left;
  color:#363636;
}

div.myprofile a {
  color:#636363;
  text-transform:uppercase;
  text-decoration:none;
  font-size:13px !important;
}

div.myprofile a:hover {
  text-decoration:underline;
}
