body	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px	}

#navcontainer {
	width: 140px;
	text-align: center;
	}

#navcontainer ul    { 
	font-size: 10px; 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
	list-style-type: none; 
	margin-left: 0; 
	padding-left: 0 }
.geel {
	color: #FF0;
}

#navcontainer a       { 
	font-size: 10px; 
	background-color: #d51807; 
	display: block; 
	padding: 2px; 
	width: 138px; 
	border-bottom: 1px solid #ff6464	}

#navcontainer p       { 
	color: #000; 
	font-size: 10px; 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
	font-weight: 700; 
	background-color: #ffff00; 
	background-position: 140px 17px; 
	display: block; 
	padding: 3px }

#navcontainer a:link, #navlist a:visited    { 
	color: #eee; 
	font-size: 10px; 
	text-decoration: none }

#navcontainer a:hover {
	background-color: #cfcfcf;
	color: #000000;
	}
	
#active a:link, #active a:visited, #active a:hover	{ 
	color: #333; 
	font-weight: 700; 
	background-color: #e8d909; 
	border-bottom: 1px solid #000 }

