body
{font-family:Arial}

table
{font-size:12px}

td.menu
{background:#F28E00}

table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
}

div.scroll {
height: 400px;
width: 98%;
overflow: auto;
background-color: #000000;
padding: 28px;
}

p.bodytext
{
color:#FFFFFF; font-size:10pt; font-family:Arial;
}

A:link    {color:#FFFFFF; text-decoration:none; font:normal;}
A:visited {color:#FFFFFF; text-decoration:none; font:normal;}
A:active  {color:#FFFFFF; text-decoration:none; font:normal;}
A:hover   {color:#F28E00; text-decoration:none; font:bold;}

A.menu:link    {color:#FFFFFF; text-decoration:none; font:bold;}
A.menu:visited {color:#FFFFFF; text-decoration:none; font:bold;}
A.menu:active  {color:#FFFFFF; text-decoration:none; font:bold;}
A.menu:hover   {color:#FFFFFF; text-decoration:none; font:bold;}

BODY
{
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#F28E00;
	scrollbar-highlight-color:#FFFFFF;
}

.chromestyle{
width: 850px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000000;
width: 100%;
background: url(afbeeldingen/chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #6D6E71; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(afbeeldingen/chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #F7941E; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #F7941E;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #F7941E; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000
}
