#netbar {
	margin: 0;
	padding: 0;
	height: 23px;
	background: url(http://www.gamesector.net/whobar/bg.png) repeat; 
	width: 100%;
}
#netbar ul {
	margin: 0 0 0 -38px;
}
#netbar li {
	list-style: none;
	float: left; 
}
#netbar li a {
	display: block;
	padding: 0px 10px;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 23px;
}
#netbar li ul {
	display: none; 
	/*width: 10em;  */
}
	#netbar li:hover ul, #netbar li.hover ul {
		display: block;
		position: absolute;
		margin: 0;
		padding: 0; 
	}
	#netbar li:hover {
		background: url(http://www.gamesector.net/whobar/hover.png) repeat;
	}
		#netbar li img:hover {
			background: url(http://www.gamesector.net/whobar/bg.png) repeat;
		}
	#netbar li:hover li, #netbar li.hover li {
		float: none;
		border-top: 1px solid #feeac5;
	}
	#netbar li:hover li a, #netbar li.hover li a {
		background: #1e1e1e;
		border: solid 5px #040404;
		color: #fff; 
	}
	#netbar li li a:hover { 
		background: #6d6b69;
		color: #feeac5;
	}
	#netbar img:hover {
		background: none;
		border: none !important;
	}
#netbar .logo {
	margin: 0 10px 0 0;
}
	#netbar .logo a:hover {
		background: none;
		border: none;
	}