body{
	font-family: 'Verdana';
	font-size: 12pt;
	color: rgb(128,0,128);
	background-color: rgb(255,255,72);
	margin-left: 32px;
}

table.std{
	font-family: 'Verdana';
	font-size: 12pt;
	color: rgb(128,0,128);
	background-color: rgb(255,255,72);
	padding-right: 8px;
}


tr.wit{
	height: 12px;
}

td.center{
/*	text-align: center; */
	text-decoration: none;
}

/*td.menu{
	font-family: 'verdana';
	font-size: 11pt;
	font-weight: bold;
	text-align: center; 
	background-color: rgb(179,255,152);
	background-image: url(pics/navbar.bmp);
	background-repeat: repeat-x; 
} */

td.sidemenu{
	background-color: rgb(255,196,030);
	color: rgb(255,255,255);
	font-family: 'verdana';
	font-size: 11pt;
	font-weight: bold;
	width='120px';
}

td.sidebox{
/*	border: gray 1px solid;*/
	background-color: rgb(255,196,030); 
}

td.side{
	font-family: 'verdana';
	font-size: 10pt;
	width: 120px;
	text-align: left;
}

td.sideitem{
	font-family: 'verdana';
	font-size: 10pt;
	text-align: left;
	padding-left: 8px;
}


a.snav:link {
	color: rgb(128,0,128);
	font-family: 'verdana';
	font-size: 10pt;
	text-align: left;
        text-decoration: none;
}

a.snav:visited {
	color: rgb(128,0,128); 
	font-family: 'verdana';
	font-size: 10pt;
	text-align: left;
        text-decoration: none;
}

a.snav:hover {
	color: #F4622F; 
	font-family: 'verdana';
	font-size: 10pt;
	text-align: left;
        text-decoration: none;
}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 165px;
}

#nav ul {
position: absolute;
width: 165px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

ul a{
font-weight: bold;
text-align: center;
color: rgb(128,0,128);
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
text-align: left;
color: rgb(128,0,128);
cursor: pointer;
}

ul ul a:active{
font-weight: normal;
text-align: left;
color: ##F4622F;
cursor: pointer;
}

ul ul a:hover{
font-weight: normal;
text-align: left;
color: #F4622F;
cursor: pointer;
}

ul li{
background-color: rgb(179,255,152);
border-left: 3px solid rgb(179,255,152);
}

ul ul li{
background-color: rgb(255,196,030);
border-bottom: 3px solid rgb(179,255,152);
border-left: 3px solid rgb(179,255,152);
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 