@charset "UTF-8";
/* CSS Document */

/* COLORS
YELLOW - FFFF00
WHITE - FFF
BLACK - 000 
dark blue - 000066
*/
		

#wrapsocial {
height: 65px;
width: 200px;
float: right;
margin: 0 0 0 0;
padding: 0;
}

#nav-soc {
  width: 169px;
  height: 39px;
  position: relative;
  top: 0px;
  left: 0px;
  background: url(http://www.victoryawning.net/art/VIC-SOCIAL-BG.gif);
  margin: 10px 0 0 0;    
  padding: 0;
}
#nav-soc li {
  float: left;
  list-style-type: none;
}
#nav-soc li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 39px;
  background: url(http://www.victoryawning.net/art/VIC-SOCIAL-BG.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
  text-decoration: none;
}

li#blg a {
  left: 0;
  width: 130px;
  background-position: 0 0;
  text-indent: -9999px;
}
li#fac a {
  left: 130px;
  width: 39px;
  background-position: -130px 0;
  text-indent: -9999px;
}
li#blg a:hover {
  background-position: 0 -39px;
  background-color: transparent;
  border-bottom: 0px;
}
li#fac a:hover {
  background-position: -130px -39px;
  background-color: transparent;
  border-bottom: 0px;
}
#body_blg li#blg a {
  background-position: 0 -39px;
}

		
