/* CSS Document copyright 2006 Niels Software & Ondersteuning   */
/* aangepast 1 dec 2006 */
/* MENU basis instellingen */

/*DE INSTELLINGEN VAN DE DIV menu */
#menu {
	border: 0px solid purple;
	width: 75px;
	height:120px;
	top:170px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	left: 0px;
	border-left-color: #F7AEBB;
	border-left-style: solid;
	border-left-width: 0px;
	padding-left:8px;
	position: absolute;
	font-size: 12px;/*was 20px*/
	font-weight: bold;
}

#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#menu ul li {
	margin: 0;
	border-top: 0px solid #003;
	border-left-color: #316AC5;

}

#menu ul li a {
	display: block;
	padding-left:5px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 6px;
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
	width: 75px;
	border-left-color: #FF0000;
	border-left-style: solid;
	border-left-width: 8px;
		border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;

}

#menu ul li a:hover {
	width: 75px;
	border-left-width:8px;
	border-left-style:solid;
	border-left-color:#0A51A1;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#0A51A1;
 background-color: #FFFFFF;
 color: #0A51A1;

}




