/* spNetwork UI
-------------------*/

#network {
	background-color:#000000;
	height:22px;
	font-family:"lucida grande",sans-serif;
	min-width:700px;
	border-bottom: 1px solid #333333;
}

#network h1,
#network ul li,
#network ul a {
	float:left;
	height:22px;
	color:#777;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
	margin:0;padding:0;
	border: 0px;
	background-color: transparent;
}

#network h1 {
	background:url(http://splounge.com/spNetwork/logo.png) no-repeat 0 50%;
	text-indent:-9999px;
	width:160px;
	height:22px;
}

#network ul {
	list-style:none;
	margin:0;padding:0;
}

#network ul li {
	background:url(http://splounge.com/spNetwork/sep.png) no-repeat right;
}

#network ul a {
	margin-left:-1px;
	padding:0 10px 0 11px;
}
#network ul li#network-cur a {
	color:#ed7703;
}
#network ul a:hover,
#network ul li#cur a:hover {
	color:#ddd;
}
#network ul a:active {
	background:#111;
}