#nucNetwork {
/*	font-size: 11px;
	position: absolute;
*/
	height: 1.8em;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #c0c0c0;

/*	background: #A96E52 url(rays.png) no-repeat 2px 50%;
*/
	overflow: hidden;
/*	z-index: 100;
*/
	padding: 0;
	width: 100%;
}

#nucNetwork ul {
	margin: 0;
	padding: 0 0 0 0;	
}

#nucNetwork li {
/*	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
*/
	float: left;
	display: block;
	border-right: 1px solid #c0c0c0;
	margin: 0;
	padding: 0;

}

#nucNetwork a {
	display: block;
/*	font-size: 1em;
	font-variant: small-caps;
*/
	padding: 0 0.6em 0 0.6em;
	line-height: 1.7em;
	margin: 0;
	text-decoration: none;
}

#nucNetwork a, #nucNetwork a:link, #nucNetwork a:active, #nucNetwork a:visited {
	color:#FFF;
}

#nucNetwork a:hover {
	background-color: #f5f5f5;
	color: #888;
}

.clear {
	clear: both;
}

li#firefox-nuc {
	float: right;
	border-left: 1px solid #c0c0c0;
}