/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library h(ttp://www.dynamicdrive.com/style/) */

/*Menu 1 (hoofdmenu) */
.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../img/menur_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
	background-image: url(../img/menur_bg.gif);
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../img/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../img/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

body {
	margin-left:  0px;
	margin-right: 0px;
}


/*Menu 2 (submenu) */
.suckertreemenu ul{
margin: 0;
padding: 0 0 0 90px;
list-style-type: none;
font-family: Tahoma;
font-size: 14px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #D4340C; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 125px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px;
border-left-width: 0;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
right: -20;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 1px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: D4340C;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #D4340C url() no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #D4340C url() no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Banners on bottom */

#topbar{
position:absolute;
border: 0px solid black;
padding: 0px;
background-color: lightyellow;
width: 100%;
visibility: hidden;
z-index: 1;
}

.style1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
		}

.style2 {
	font-family: Tahoma;
	font-size: 14px
		}

.style4 {
	font-family: Tahoma;
	font-size: 14px
		}

.style5 {
	font-family: Tahoma;
	font-weight: bold;
		}
.style7 {
	font-size: 14px;
	font-family: Tahoma;
		}

.style8 {
	font-size: 16; 
	font-family: Tahoma;
		}

.style9 {
	font-family: Tahoma;
		}
