#niBody {
        	background-color: #daa520;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#niTable {
	width: 100%;
	height: 100%;
	border: 0px;
}

#niLogoTop {
	width: 180px;
	height: 143px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/logo-neuro-insight-top.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#niTitle {
	width: 100%;
	font-size: large;
	vertical-align: top;
	padding-top: 10px; 
	background-color: #daa520;
	color: #172b0e;
}

#niTitle h1 {
        margin-bottom: 5px;
}

#niTitle h2 {
        font-size: medium;
}

.niRight {
	padding-right: 20px;
}

#niMenu {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
	margin: 0px;
	background-image: url('images/logo-neuro-insight-bottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#niMenu a {
	font-weight: bold;
	width: 100%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	background-color: #eec215;
	color: #000000;
	border-right: 1px solid #813a6d;
	border-bottom: 1px solid #813a6d;
	line-height: 150%;
	cursor: pointer;
	text-decoration: none;
}

#niMenu a:hover { 
	color: #813a6d; 
	background-color: #eec424;
}

ul.menu {
	padding: 0px;
 	margin-top: 40px;
}

#niText {
	font-size: smaller;
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: #F0e68c;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 150%;
        padding-right: 20px;
}

#niText h1 {
	font-size: 1.5em;
}

#niText li {
	margin-left: 1.5em;
	list-style-type: disc;
	display: list-item;
}

#niFooter {
	font-size: x-small;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

h1 {
	margin-top: 0px;
 	line-height: 150%;
}

h2 {
 	line-height: 150%;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0px;
 	line-height: 150%;
}
/* --- definities voor hover menu, niets wijzigen --- */

body {
	/* Arjen/Yourhosting - ie shows 404 because this file is not found
    /*behavior:url("csshover.htc");*/
}
	
/* the menu */

ul,li,a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

ul {
	width: 100%;
	list-style:none;
}

li {
	position:relative;
	padding-top:5px;
	padding-left:5px;
	padding-right: 15px;
	z-index:9;
}
	li.folder ul {
	background: #daa520;
	color: #000000;
	position:absolute;
	left:120px;
	top:15px;
	}		
		li.folder>ul { left:140px; } /* others */

a {
	text-decoration:none;
	width:100%; /* IE */
}
	li>a { width:auto; } /* others */

li a.submenu {
	background:url("images/submenu.gif") right no-repeat;
}

/* regular hovers */

a:hover {
	border-color:gray;
	background-color:#bbb7c7;
	color:black;
}
	li.folder a:hover {
		background-color:#bbb7c7;
		color: #000000;
	}
		
/* hovers with specificity */
	
li.folder:hover { z-index:10; }		
		
ul ul, li:hover ul ul {
	display:none;
}

li:hover ul, li:hover li:hover ul {
	display:block;
}

