html, body, ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#network_bar {
	outline: none;
	height: 60px;
	background-image: url('../images/network_bar/bg.jpg');
	background-repeat: repeat-x;
	list-style: none;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#network_bar a {
	text-decoration: none;
	color: #ffffff;
	outline-style: none;
	outline-width: 0;
}

#network_bar a:hover {
	text-decoration: underline;
}

#network_bar li {
	display: inline;
}

#network_bar #logo {
	float: left;
	text-indent: -99999px;
	width: 144px;
	height: 60px;
	background: transparent url('../images/network_bar/logo.jpg') no-repeat top left;
}

#network_bar #home {
	float: right;
	position: relative;
	top: 20px;
	margin-right: 35px;
	background-image: url('../images/network_bar/carrot.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 8px;
	
}

#network_bar_content {
	top: 60px;
	bottom: 0px;
	position: absolute;
}

/* For browsers fancier than IE 6 */
body > #network_bar_content {
	overflow: auto;
	height: auto;
}

