#nw_wrap {
	position: fixed;
	bottom: 0;
	left:0;
	height: 37px;
	width: 100%;
	background: #6C0019 url(images/nw-bg.png) top center repeat-x;
	border-top: 1px solid #AEAEB0;
	z-index: 99997;
	margin:0;
	padding:0;
}
#nw {
	position: relative;
	min-width: 1000px;
	text-align:left;
}
.nw-logo {
	margin: 6px 0 0 30px;
}
.network_wrap {
	position: absolute;
	right: 30px;
	top: 3px;
	width: 202px;
	font: 14px/24px arial, helvetica, sans-serif;
	z-index: 99998;
	padding: 4px 0;
}
.network_wrap .network_header {
	width: 202px;
	text-indent: -9999px;
	background: transparent url(images/network_header.gif) no-repeat 0px 0px;
}
.network_wrap ul {
	position: absolute;
	left: 0px;
	top: -110px;
	width: 181px;
	border: 1px solid #393939;
	background: #131313;
	padding: 12px 0px;
	margin:0;
	line-height: 18px;
	display: none;
	list-style: none;
}
.network_wrap ul li {
	display: list-item;
	background: none;
	text-align: left;
	padding:0 !important;
	margin:0;
}
.network_wrap ul li a {
	display: block;
	padding: 2px 10px 2px 15px;
	margin:0;
	color: #9c9c9c;
	text-indent: 0;
	font-size:10px;
	background: url(images/list_bullet.gif) 5px 9px no-repeat;
}
.network_wrap ul li a:hover {
	margin:0;
	color: #fff;
	text-indent: 0;
}
