/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}

html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%; overflow:hidden}
#bg div{
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	z-index:10;
	margin: 0px;
	padding: 0px;
}
#bg td{vertical-align:middle;text-align:center}
#bg img{
	min-height:50%;
	min-width:50%;
	margin:0px auto;
	padding: 0px;
}
#vork{
	/*background: url(../images/bg_vork2.png) no-repeat right;*/
	min-height:820px;
	position: absolute;
	z-index: 20;
	height: 820px;
	width: 500px;
	top: 10px;
	right: 10px;
	}
#cont {
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;
	position:absolute;
	z-index:51;
}
/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 62.5%/1.7em Arial, Helvetica, sans-serif;
	color: #333;
}

/* ******************* LINK ************************ */


a {
	text-decoration:none;
	color: #006699;
	}
a:hover {
	text-decoration:underline;
	color: #E37721;
	}



a[href$="pdf"]:after,
a[href$="doc"]:after,
a[href$="xsl"]:after,
a[href$="ppt"]:after{
margin:0 0 0 3px;
font:normal 10px Arial, Helvetica, sans-serif;
content: " (PDF)";
}
a[href$=".doc"]:after {content: " (DOC)";}
a[href$=".xsl"]:after {content: " (XSL)";}
a[href$=".ppt"]:after {content: " (PPT)";}


/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	color: #6D7D2D;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	padding:0px 0;
	color: #6D7D2D;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	padding:0px 0;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	padding:0px 0 5px;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/dottedline.gif) repeat-x bottom;
}
h5 {
	padding:0px 0;
	color: #6D7D2D;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
h6 {
	padding:0px 0;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


.note{
	color: #666666;
	font-size: 0.9em;
	line-height: 1.2em;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0;
}

ul, ol {
	padding:0;
}

img {
	border:0;

}

#rightcontent2 ul, #rightcontent2 ol{
	margin-left:25px;
	}
 .list ul, .list ol{
	list-style:none;
	margin-left:15px;
	}
 .list ul li, #content ul li{
	list-style: url(../images/list_arrow.gif) outside;
	}

.listbox ul{
	list-style:none;
	margin-left:0px;
	}
.listbox ul li{
	list-style: url(none) none;
	}

/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}

.spacer {
	width: 1px;
	float: left;
	display: block;
	margin: 0px 4px 0px 5px;
	padding: 0px;
	height: 160px;
}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }

.spacesub3 {
	padding: 10px 20px 20px
}

.bottomspace{ padding-bottom:10px;}
.transparent_class {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.dottedline{
	background: url(../images/dottedline.gif) repeat-x 0px 0px;
	height: 2px;
}
.dottedline2{
	background: url(../images/dottedline2.gif) repeat-x 0px 0px;
	height: 2px;
}

/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */



#wrapper     {
	width: 900px;
	padding: 0px;
	margin: 0px auto 20px;
	position: relative;
	font-size: 1.2em;
	}

#wrapper2     {
	width: 950px;
	padding: 0px;
	margin: 0px auto 20px;
	position: relative;
	font-size: 1.2em;
	}

#contenthome{
	background: url(../images/bg_home_right.gif) repeat-y;
	width:640px;
}

/* ******************* LEFTFRAME ******************** */

#leftframe{
	float: left;
	width: 210px;
	margin-right: 30px;
}

#left{
	/*background-color:#8a9e31;*/
	margin-top: -20px;
	}

#lefttop{
	/*background: url(../images/corner_left_top.png) no-repeat 0px top;*/
	height: 15px;
	width: 210px;
}

#leftbottom{
	/*background: url(../images/corner_left_bottom.png) no-repeat 0px bottom;*/
	height: 15px;
	width: 210px;
}


#leftcontent{
	background-color:#8a9e31;
	margin:-5px 0px -5px;
	padding:0px;
	}	


#leftframe2{
	float: left;
	width: 250px;
	margin-right: 30px;
}

#left2{
	margin-top: -20px;
	}
#leftcontent2{
	background-color:#8a9e31;
	margin:-5px 0px -5px;
	padding:0px;
	}	

#left2top{
	/*background: url(../images/corner_left2_top.png) no-repeat 0px top;*/
	height: 15px;
	width: 250px;
}

#left2bottom{
	/*background: url(../images/corner_left2_bottom.png) no-repeat 0px bottom;*/
	height: 15px;
	width: 250px;
}



#left h1, #left2 h1{
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}	

.box_white{
	background-color:#FFF;
	}

/* ******************* RIGHTFRAME ******************** */

#rightframe{
	float: left;
	width: 640px;
}

#right{
	/*background-color:#FFF;*/
	margin-top: 0px;
}
	
#righttop{
	/*background: url(../images/corner_right_top.png) no-repeat 0px top;*/
	height: 15px;
	width: 640px;
	}
#rightcontent{
	background-color:#FFF;
	margin:-5px 0px -2px;
	padding:0px;
	}
#rightbottom{
	/*background: url(../images/corner_right_bottom.png) no-repeat 0px bottom;*/
	height: 15px;
	width: 640px;
	}

#rightframe2{
	float: left;
	width: 670px;
}

#right2{
	margin-top: 0px;
	
	
	}	
#right2top{
	/*background: url(../images/corner_right2_top.png) no-repeat 0px top;*/
	height: 15px;
	width: 670px;
	}
#rightcontent2{
	background-color:#FFF;
	margin:-5px 0px -2px;
	padding:0px;
	}
#right2bottom{
	/*background: url(../images/corner_right2_bottom.png) no-repeat 0px bottom;*/
	height: 15px;
	width: 670px;
	}
#baseline{
	color:#6d7d2d;
	font: italic bold 3.0em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 10px;
	padding-right:20px;
	}

#baseline2{
	color:#6d7d2d;
	font: italic bold 3.0em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 10px;
	padding-right:55px;
	}



/* ******************* TOP ************************ */

#top{
	
}


/* ******************* LOGO ************************ */

#logo  {
	margin-top: 15px;
	padding-left: 5px;
	position: relative;
	z-index: 40;
}

#logo2  {
	margin-top: 15px;
	padding-left: 25px;
	position: relative;
	z-index: 40;
}



/* ******************* CONTENT *********************** */

#content   { margin: 0px; padding: 0px}

.contentleft{
	width:450px;
	float:left;
	}
.contentright{
	width:190px;
	float:left;
	color:#fff;
	}

.contentright h1{
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	}

#main   {
	
}

 .yellowlist{
	color:#FFF;
	}

.yellowlist a{
	color:#FFF;
	text-decoration:underline;
	}
	
 .yellowlist a:hover{
	color:#ffe618;
	text-decoration:underline;
	}

 .yellowlist ul{
	list-style:none;
	
	}

 .yellowlist ul li{
	list-style: url(../images/list_arrow_yellow.gif) outside;
	}


/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

#nav   {
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #006699;
	text-decoration: none;
}

.navitem ul {
	color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 31px;
}



.navitem li {
	list-style: url(../images/nav_arrow.gif) inside;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 5px 5px 10px;
	background: url(../images/dottedline3.gif) repeat-x 0px 1.5em;
}


.navarrow{
	background: url(../images/nav_arrow.gif) no-repeat 0px 7px;
}

div#nav .navitem .actif{
	color: #FCE51D;
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px 3px 10px;
	list-style: url(../images/nav_arrow_actif.gif) inside;
}

div#nav .navitem .actif a {
	color: #FCE51D;
	text-decoration: none;
}

div#nav .navitem .actif a:hover {
	color: #006699;
	text-decoration: none;
}


div#nav .navitem  .rss {
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 5px 3px 10px;
	background: url(../images/nav_rss.gif) no-repeat 180px;
}

div#nav .navitem  .rss2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 5px 3px 10px;
	background: url(../images/nav_rss.gif) no-repeat 225px;
}


/* ************************************************** */
/* ******************* BREADCRUMB ******************* */
/* ************************************************** */
#breadcrumb   {
	color: #006699;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

#breadcrumb a {
	color: #006699;
	text-decoration: none;
	}
#breadcrumb a:hover {
	color: #E37721;
	text-decoration: none;
	 }






/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */
#logos{}
#banner{
	}
.clipcont{
	overflow:hidden;
	width:120px;
	height:70px;}
/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */

.orangebar{
	background: #E37721;
	padding-left:15px;
	padding-top:7px;
	height:15px;
	padding-bottom: 7px;
	}

.orangebar h1{
	color:#fff;
	font-size: 1.1em;
	text-transform: none;
	}
	
/* ******************* SPLIT ********************* */
.split{}

.splitleft{
	float:left;
	width:485px;
	margin-right:20px;
	}
	
 * html .splitleft .contenttxt {
	margin-left: 0;
	overflow: hidden;
	o\verflow: visible;
	width:485px;
	w\idth: auto;
	zoom: 1;
}
	
.splitright{
	float:left;
	width:125px;
	}
.splitleft2{
	float:left;
	width:405px;
	margin-right:20px;
	}
.splitright2{
	float:left;
	width:200px;
	}
/* ******************* LISTS ********************* */

.lists ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
	}
.lists li{
	list-style:none;
	margin:0px;
	padding:0px;
	
	}

.listitem{
	list-style:none;
	
	}

.listitem li{
	background: url(../images/dottedline.gif) repeat-x bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	}


/*.listitem :hover{
	background-color:#f2f7d0;
	}
*/
.listitem img{
	float:left;
	width:120px;
	margin-right:20px;
	margin-bottom:10px;
	}
.listitem h1{
	color:#6D7D2D;
	text-transform:none;
	margin: 0px 0px 5px;
	padding: 0px;
	
	
	}

.listitem h1 a{
	color:#6D7D2D;
	text-decoration:none;
	}

.listitem h1 a:hover{
	color:#006699;
	text-decoration:underline;
	
	}

.listitem p{
	
	}

/* ******************* LIST ********************* */
.listcont{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/dottedline.gif) repeat-x bottom;	/*border-bottom: 1px solid #ECEEE1;*/
}
.listpic{
	float: left;
	width: 130px;
	margin-right: 20px;
	text-align: center;
}
.listtxtcont{
	float: left;
	width: 470px;
}
.listtitle{
	color: #6D7D2D;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: none;
}
.listtitle a{
	color:#6D7D2D;}
.listtxt{}

	
/* ******************* LISTBOX ********************* */
.listboxcont{
	margin-bottom: 15px;
	width: 193px;
	border: 1px solid #c1c1c1;
	float: left;
}

.listboxcont a{
	color: #333333;
	text-decoration: none;
}
.listboxcont a:hover{
	color: #B30216;
	text-decoration: none;
}
.listboxpic{
	width: 193px;
	height: 120px;
	padding-top:10px; /* was: geen; voor krijgen wit kader rond heel de foto */
	padding-bottom:10px; /* idem */
	overflow:hidden;
	vertical-align: middle;
	text-align:center;
}

.listboxtitle{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	background: #F5F5F2;
	border-bottom: 1px solid #c1c1c1;
}


/* ******************* PRODUCTEN DETAIL ********************* */
.detailimg{
 float: right;
 margin-left: 3px;
 padding: 1px;
 border: solid 1px #EFE2A4;
}
.detailheader{
 border: solid 1px #EFE2A4;
}
.detailheader p{
 margin-left: 3px;
 margin-right: 3px;
}
.detailheader strong{
	color: #B30215;
	font-weight: normal;
}
.detailheader table{
 background-color: #fff;
}
.detailheader td{
	background-color: #FFF4BF;
	padding: 5px;
}
.detailheader td.firstrow, .detailheader td.mceToolbarTop, .detailheader td.mceStatusbarBottom{
 background-color: #F5F5F2;
}


/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

.verplicht{
	color: #FF0000;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}


#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #006699;
}

#footer a:hover {
	text-decoration: none;
	color: #E37721;
}
/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */

/* ******************* Pagination ****************** */
div.pagination {
	padding:3px;
	margin:3px;
	text-align:left;
	width: 450px;
	float: left;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

aantal {
float:right;
margin-bottom:10px;
text-align:right;
width:150px;
}

/* ******************* ICONS ****************** */
.printicon{
	background: url(../images/icons/icon_print.gif) no-repeat 0px 0px;
	padding-left: 20px;
	height: 16px;
	width: 24px;
}

.backicon{
	background: url(../images/icon_arrow_back.gif) no-repeat 0px 4px;
	padding-left: 15px;
	height: 10px;
	width: 16px;
}

/* ******************* TABS ****************** */
/*#status{
	position: absolute;
	width: auto;
	height: 25px;
	top: 75px;
	z-index: 60;
	background-color:#FFF;
	padding: 5px 20px;
	}

#status h1,#status2 h1{
	font-size: 1em;
	}

#status2{
	position: absolute;
	width: auto;
	height: 25px;
	top: 75px;
	z-index: 60;
	background-color:#FFF;
	padding: 5px 20px;
	}
*/
#header{
	margin:0 0 0 0px;
	padding:0px;
	position: absolute;
	top: 60px;
	}

#header ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	}

 #header ul li {
	background:url(../images/tab_left.gif) no-repeat left top;
	margin:0px;
	padding:0 0 0 9px;
    }

#header li h1 {
	font-size: 0.9em;
	
	}
  #header a, #header strong, #header span {
	display:block;
	background:url(../images/tab_right.gif) no-repeat right top;
	padding:9px 19px 8px 8px;
	color: #330;
    }

/* ************************************************** */
/* ******************* BUTTONS *********************** */
/* ************************************************** */



/* **************** BUTTON 1 ********************* */


a.button {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #333;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
	background-position: bottom right;
	color: #333;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* **************** BUTTON 2 ********************* */


a.button2 {
	background: transparent url('../images/bg_button2_a.gif') no-repeat scroll top right;
	color: #333;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button2 span {
    background: transparent url('../images/bg_button2_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button2:active {
	background-position: bottom right;
	color: #333;
	outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* **************** BUTTON 3 ********************* */


a.button3 {
	background: transparent url('../images/bg_button3_a.gif') no-repeat scroll top right;
	color: #333;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button3 span {
    background: transparent url('../images/bg_button3_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button3:active {
	background-position: bottom right;
	color: #333;
	outline: none; /* hide dotted outline in Firefox */
}

a.button3:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}


/* ************************************************* */
/* ******************* TREE ************************ */
/* ************************************************* */

#tree{
	background-color:#e3f288;
	padding-left: 0px;
	text-transform: none;
	}

#tree a{
	color: #6D7D2D;
	text-decoration:none;
	}

#tree ul{
	list-style:none;
	padding-left: 10px;
	
	}

#tree ul li{
	list-style:none;
	margin:0px;
	padding:5px 0px 5px 5px;
	border-top: 1px dotted #899E35;
	}


#tree li.actif {
	color: #DE7828;
}

#tree li.actif > a {
	color: #DE7828;
}

#tree li.actif > a:hover {
	color: #006699;
}


/* ******************* LEVEL 1 ********************* */

.level1{
	margin:0px;
	padding:0px 0px 0px 15px;
	text-indent:0px;
}



.level1 li {
	display:block;
	padding: 0px;
	border-top: 1px dotted #899E35;
	text-indent: 5px;
	background: url(../images/nav_arrow_level_1.gif) no-repeat 0px 9px;
	padding-right: 10px;
}



.level1 li a{
	display:block;
	padding-right: 10px;
	color: #6D7D2D;
	text-decoration:none;
	}



.level1 li a:hover{
	display:block;
	padding-right: 10px;
	color:#006699;
	text-decoration: none;
	}

	

	

/* ******************* LEVEL 2 ********************* */	

	

.level2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	text-indent:0px;
}



.level2 li {
	display:block;
	padding: 0px;
	text-indent: 8px;
	background: url(../images/nav_arrow_level_2.gif) no-repeat 0px 9px;
	padding-right: 10px;
}



.level2 li a{
	display:block;
	padding-right: 10px;
	text-decoration: none;
	}



.level2 li a:hover{
	display:block;
	padding-right: 10px;
	color:#006699;
	text-decoration: none;
	}







/* ******************* LEVEL 3 ********************* */	

.level3{

	margin:0px;

	padding:0px;

	text-indent:0px;

	

}



.level3 li {
	display:block;
	padding: 0px;
	text-indent: 12px;
	background: url(../images/nav_arrow_level_3.gif) no-repeat 0px 9px;
	padding-right: 10px;
}



.level3 li a{
	display:block;
	padding-right: 10px;
	text-decoration: none;
	}



.level3 li a:hover{
	display:block;
	padding-right: 10px;
	color:#006699;
	text-decoration: none;
	}









/* ******************* LEVEL 4 ********************* */	

	

.level4{

	margin:0px;

	padding:0px;

	text-indent:0px;

	

}



.level4 li {
	display:block;
	padding: 0px;
	text-indent: 5px;
	background: url(../images/nav_arrow_level_4.gif) no-repeat 0px 9px;
	padding-right: 10px;
}



.level4 li a{
	display:block;
	padding-right: 10px;
	text-decoration: none;
	}



.level4 li a:hover{
	display:block;
	color:#FFF;
	text-decoration: none;
	padding-right: 10px;
	}


/* ******************* LEVEL 5 ********************* */	

	

.level5{

	margin:0px;

	padding:0px;

	text-indent:0px;
	

	

}



.level5 li {
	display:block;
	padding: 0px;
	text-indent: 5px;
	background: url(../images/nav_arrow_level_5.gif) no-repeat 0px 9px;
	padding-right: 10px;
}



.level5 li a{
	display:block;
	
	
	text-decoration: none;
	color:#333;
	padding-right: 10px;
	}



.level5 li a:hover{
	display:block;
	color:#FFF;
	text-decoration: none;
	padding-right: 10px;
	}
