/*---------------------------------------------------------------------------------------------------------------------------------*/

div#social {
	position:absolute;
	top:292px;
	left:1px;
	background-color:#CCC;
	height: 33px;
	width: 141px;
	z-index:25;
	
}

div#social span.hide
{
  display: none;
}
div#social span.nav_area
{
  display: none;
}
div#social div:hover span.nav_area {
 display:block;
 position:relative;
 top: 3px;
 left: 139px;
 width:170px;
  text-align: center;
	font-size:13px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
 	color:#330000;
  text-decoration:none;
}





/*    myspace       */
div#social div#myspace:hover span.nav_area {
position:relative;
left:5px;
top: -84px;
z-index:25;
width:100px;

}

div#social div#myspace:hover span.nav_top {
  display: block;
  padding: 20px 20px 4px;
  background: url(../images/small_blue.gif) no-repeat top;
}

div#social div#myspace:hover span.nav_mid {
	display: block;
	padding: 0 20px; 
	background: url(../images/small_blue_filler.gif) repeat bottom;
}

div#social div#myspace:hover span.nav_bottom {
	display: block;
	padding:3px 20px 20px;
	background: url(../images/small_blue.gif) no-repeat bottom;
}

#myspace {
  position:absolute;
  top:3px;
  left:3px
}

/*    twitter       */
div#social div#twitter:hover span.nav_area {
position:relative;
left:7px;
top: -84px;
z-index:25;
width:100px;

}

div#social div#twitter:hover span.nav_top {
  display: block;
  padding: 20px 20px 4px;
  background: url(../images/small_blue.gif) no-repeat top;
}

div#social div#twitter:hover span.nav_mid {
	display: block;
	padding: 0 20px; 
	background: url(../images/small_blue_filler.gif) repeat bottom;
}

div#social div#twitter:hover span.nav_bottom {
	display: block;
	padding:3px 20px 20px;
	background: url(../images/small_blue.gif) no-repeat bottom;
}

#twitter {
  position:absolute;
  top:3px;
  left:27px
}

/*    facebook       */
div#social div#facebook:hover span.nav_area {
position:relative;
left:5px;
top: -84px;
z-index:25;
width:100px;

}

div#social div#facebook:hover span.nav_top {
  display: block;
  padding: 20px 20px 4px;
  background: url(../images/small_blue.gif) no-repeat top;
}

div#social div#facebook:hover span.nav_mid {
	display: block;
	padding: 0 20px; 
	background: url(../images/small_blue_filler.gif) repeat bottom;
}

div#social div#facebook:hover span.nav_bottom {
	display: block;
	padding:3px 20px 20px;
	background: url(../images/small_blue.gif) no-repeat bottom;
}

#facebook {
  position:absolute;
  top:3px;
  left:69px
}

/*    youtube       */
div#social div#youtube:hover span.nav_area {
position:relative;
left:15px;
top: -84px;
z-index:25;
width:100px;

}

div#social div#youtube:hover span.nav_top {
  display: block;
  padding: 20px 20px 4px;
  background: url(../images/small_blue.gif) no-repeat top;
}

div#social div#youtube:hover span.nav_mid {
	display: block;
	padding: 0 20px; 
	background: url(../images/small_blue_filler.gif) repeat bottom;
}

div#social div#youtube:hover span.nav_bottom {
	display: block;
	padding:3px 20px 20px;
	background: url(../images/small_blue.gif) no-repeat bottom;
}
#youtube {
  position:absolute;
  top:4px;
  left:93px
}



