body 	{
 
		text-align: justify; 
		color: #FFFFFF;
	} 
.MW {
	color: #266CC2;
}
a 	{	color: #0033FF; 
		text-decoration: underline
	}
a:visited {	
		color: grey; 
		text-decoration: underline
	} 
a:hover {
		color: red; 
		text-decoration: underline
	}
.default {
		/*background-image: url(http://www.mungosworks.nl/MungosJPG/background.png); 
		background-attachment: fixed; 
		background-repeat: no-repeat; 
		background-position: center center;*/
		font-family: "Verdana"; 
		font-size: 14px; 
		color: #000000
	}
#outer { } 
#containermenu {
		width: 800px;
		margin:auto auto;


		/* margin: 0 auto;   /* align for good browsers */
		text-align: justify; /* counter the body center */
		border: 0px;
		position: relative;
		top: 45px;
		height: 30px; 
		z-index: 3
	} 
#containerpagina {
		width: 800px;
		margin:auto auto;
		margin-top: 0px;

		/* margin: 0 auto;   /* align for good browsers */
		text-align: justify; /* counter the body center */
		border: 0px;
		position: relative;
		top: 45px;
		/*height: 100%; */
		z-index: 2
	} 
#inner { 	color: #0033ff; 
		float: right; 
		width: 40%; 
		padding: 15;
	} 

hr {		border: 0; 
		color: #BBBCC0; 
		background-color: #BBBCC0; 
		height: 1; 
	} 
h1 {		font-size: 28px
	} 
h2 {		font-size: 21px
	}
ul#menu, ul#menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu {
	float: left;
	border: 1px solid black;
	border-left-width: 0;
}
ul#menu li {
	width: 156;
	float: left;
	border-left: 1px solid black;
	background-color: #BBBCC0;
}
ul#menu li a {
	display: block;
	padding: 0px 4px;
	color: white;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
ul#menu li a:hover {
	background-color: #0000ff;
}
ul#menu li ul {
	position: absolute;
	margin-top: 0px;
	margin-left: -1px;
	display: none;
	border: 1px solid black;
	border-bottom-width: 0;
}
ul#menu li ul li {
	float: none;
	margin-top: -3px;
	border-bottom: 1px solid black;
	border-left-width: 0;
}
ul#menu li ul li ul {
	margin-top: -18px;
	margin-left: 140px;
}
ul#menu li:hover>ul {
	display: block;
}
