#navbar {
	/* margin-top: 1em; */
	clear: both;
	padding-left: 0px;
	/* margin-top: 5px; */
	padding-top: 6px;
	padding-bottom: 4px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #66cccc;
}
#navbar ul {
	display: inline;
	list-style-type: none; 
	padding-left: 0px;
	line-height: 1.5em;
}
#navbar ul li {
	display: inline;
	margin: 0;
	white-space: nowrap;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #000066;
	border: 1px solid #000084;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
#navbar a:hover {
	background: #0000CC;
}
#navbar .hidecss, .hidecss {
	display: none;
}
#leftcol, #navbar, #navbar a {
	-moz-border-radius: 15px;
	/* this goes to the end as the css validator does not like it
	will be replaced by border-radius with css3 */
}

