<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	margin: 0px;
	background-color:#CCCCCC;
}
#wrapper {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	text-align: left;
}
#header {
background-image:url(images/header.jpg);
height:190px;
width:800px;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(images/bg.png);
	height: 1%;
	width: auto;
}
#left {
	margin: 0px;
	width: 192px;
	float: left;
	background-image:url(images/menu_bg.gif);
}

#center {
	height: auto;
	width: 608px;
	float: left;
}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

.flags
{
position:absolute;
z-index:2px;
padding-top:160px;
padding-left:200px;
}

.menuitem1
{
background-image:url(images/menu_01.gif);
width:192px;
height:28px;
}

.menuitem1 a:hover
{
background-image:url(images/menu_01-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem2
{
background-image:url(images/menu_02.gif);
width:192px;
height:20px;
}

.menuitem2 a:hover
{
background-image:url(images/menu_02-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem3
{
background-image:url(images/menu_03.gif);
width:192px;
height:20px;
}

.menuitem3 a:hover
{
background-image:url(images/menu_03-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem4
{
background-image:url(images/menu_04.gif);
width:192px;
height:20px;
}

.menuitem4 a:hover
{
background-image:url(images/menu_04-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem5
{
background-image:url(images/menu_05.gif);
width:192px;
height:20px;
}

.menuitem5 a:hover
{
background-image:url(images/menu_05-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem6
{
background-image:url(images/menu_06.gif);
width:192px;
height:23px;
}

.menuitem6 a:hover
{
background-image:url(images/menu_06-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem7
{
background-image:url(images/menu_08.gif);
width:115px;
height:23px;
}

.menuitem7 a:hover
{
background-image:url(images/menu_filtermedia-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

.menuitem8
{
background-image:url(images/menu_09.gif);
width:115px;
height:23px;
}

.menuitem8 a:hover
{
background-image:url(images/menu_geurfilters-over.gif);
background-repeat:no-repeat;
width:192px;
height:20px;
}

#footer {
	height:25px;
	border-top:1px #001D71 solid;
	background-color:#FFFFFF;
}

.suckerdiv ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
width: 192px; /* Width of Menu Items */  
} 
    
.suckerdiv ul li{ 
position: relative; 
} 
    
/*Sub level menu items */ 
.suckerdiv ul li ul{ 
position: absolute; 
width: 115px; /*sub menu width*/
height:20px;
top: 0; 
visibility: hidden;
background-color:#000000;
} 

/* Sub level menu links style */ 
.suckerdiv ul li a{ 
display: block;
height:20px;
color: #FFFFFF; 
text-decoration: none; 
padding: 10px; 
border-bottom: 0; 
border-top:0px solid #FFFFFF;   
margin:0px; 
overflow:auto;
} 

