.navlist {
	width: 55em;
}
.navlist ul
{
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2em;
}

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #B2D7C7;
	border-bottom: 1px;
	border-left: 1px;
	width: 100%;
}

.navlist li a
{
	color: #006633;
	padding: 4px;
}

.navlist a:link, .navlist a:visited
{
	color: #006633;
	text-decoration: none;
	border-radius: 3px;]
}

.navlist a:hover
{
    color: #006633;
	height: auto;
	background-image: url(../Backgrounds/bg-nav-hover.png);
	background-position: center;
	border-radius: 3px;
	
}


body#home a#homenav,
body#about a#aboutnav,
body#initiatives a#initiativesnav,
body#technological a#technologicalnav,
body#behaviour a#behaviournav,
body#contact a#contactnav,
body#news a#newsnav,
body#search a#searchnav,
body#links a#linksnav,
body#bibliography a#bibliographynav,
body#quotations a#quotationsnav
{
	color: #006699;
	background-image: url(../Backgrounds/bg-nav-active.png);
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #80BFDE;
}
.navcontainer {
	margin-bottom: -10px;
	height: auto;
}
