@charset "utf-8";
/* CSS Document */
#blogNetBar * {
	margin: 0;
	padding: 0;
}
#blogNetBar {
	height:28px;
	background: #3b3c3b url(../assets/bg.gif) left top repeat-x;
	color:#FFF;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:4px 15px 0;
}
#blogNetBar a,
#blogNetBar a:visited {
	color:#FFF;
	text-decoration:none;
}
#blogNetBar a:hover,
#blogNetBar a:active {
	color:#FFF;
	text-decoration:none;
}
#blogNetBar ul {
	display: block;
	list-style:none;
	float:right;
	margin-right:11px;
}
#blogNetBar ul li {
	display: block;
	list-style:none;
}
#blogNetBar ul li a {
	display: block;
	width:159px;
	height:22px;
	padding:5px 8px 0;
	text-align:left;
	background:url(../assets/dd-tab-bg.gif) left top no-repeat;
}
#blogNetBar ul li a:hover {
	background-position:left -27px;
}
#blogNetBar ul li ul {
	position: absolute;
	z-index:1000;
	left: -999em;
	background:#000;
	width: 200px;	
	padding:6px 0;
	-moz-border-radius:0 0 6px 6px; /* Sorry IE, catch up */
	-webkit-border-radius:0 0 6px 6px; /* Sorry IE, catch up */
}
#blogNetBar ul li ul li {
	float:none;
	padding:0;
	margin:0;
	height:auto;
	width:100%;
}
#blogNetBar ul li ul li a {
	background:none;
	width:180px;
	height:auto;
	padding:7px 10px ;
	font-size:12px;
}
#blogNetBar ul li ul li a:hover {
	background:#dfdfdf;
	color:#000;
}
#blogNetBar li:hover ul, 
#blogNetBar li li:hover ul, 
#blogNetBar li.sfhover ul, 
#blogNetBar li li.sfhover ul, 
#blogNetBar li:hover div, 
#blogNetBar li.sfhover div {
	left: auto;
}

#blogNetBar #socialIcons {
	float:right;
	width:158px;
	padding-top:5px;
}
#blogNetBar #socialIcons span {
	float:left;
}
#blogNetBar #socialIcons a {
	display:block;
	float:left;
	margin:0 0 0 6px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
	background:url(../assets/soc-icons.gif) left top no-repeat;
}
#blogNetBar #socialIcons a#facebook { background-position:left top;}
#blogNetBar #socialIcons a#twitter { background-position:-22px top;}
#blogNetBar #socialIcons a#rss { background-position:-44px top;}
