/*	
$ Revision: 0.00 $
*/

/*||||||||||||MENU|||||||||||*/

#list-menu ul, #footer ul { /*het complete blok eromheen!*/
	display:block;
	float:left;
	margin:0;
	padding: 0;
	width:190px;/*het complete b;ok - net zo breed als het logo*/
	clear:both;
	background-color:#02A2D0; 
	line-height:18px;
}
 #list-menu li {
 position:relative;
 margin:0; /*de afstand tussen de cellen*/
 padding:0; /*0.1em;*//*positie van het blok in hetgeen waar deze staat*/
 clear:both;
 border-top:1px solid #02A2D0;/* de border moet eromheen om te zorgen dat de verticale afstand goed blijft in IE WIN*/
 border-bottom:1px solid #02A2D0;
 display: block;
 }
 /*\*/
 * html #list-menu li { /*hiermee halen we de extra em weg uit IE*/
	 padding: 0; /*nodig voor IE om afstand tussen de blokjes te krijgen, dit was 0 voordat we de width instelden*/
 }

 /**/
 /*actief menuitem li id=hs-1*/
#hs-1 a {
background-color:#fff;
border-top:1px solid #02A2D0;/*de order moet erom omdat in de normale li ook een border zit*/
border-bottom:1px solid #02A2D0;
}
#hs-2 a {
background-color:#6FB6DF;
 border-top:1px solid #02A2D0;/*de order moet erom omdat in de normale li ook een border zit*/
 border-bottom:1px solid #02A2D0;
   margin:0 0 0 0px;
}
#list-menu #hs-1 a {
color:#02A2D0;
}
#list-menu #hs-2 a {
color:#fff;
}

#list-menu .temp, #list-menu .temp2 {
padding:0 0 0 11px;
}
 
#list-menu .temp a, #list-menu .temp2 a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	width:179px; /*nodig voor IE om het hele blokje te kleuren*/
 border-top:1px solid #02A2D0;/*de order moet erom omdat in de normale li ook een border zit*/
 border-bottom:1px solid #02A2D0;
 }
 
  /*\*/
 * #list-menu .temp a {
	 font-weight:bold; 
 }
 
 #list-menu .temp2 a {
 font-size: 12px;
 }
 
 #list-menu .temp a:hover,  #list-menu .temp2 a:hover {
 background: #6FB6DF;
 color:#fff;
 border-top:1px solid #02A2D0;/*de order moet erom omdat in de normale li ook een border zit*/
 border-bottom:1px solid #02A2D0;
 }

 #list-menu a:link, #list-menu a:active, #list-menu a:visited{
 color: #fff;
 text-decoration: none;/*underline weg*/
 padding: 0;/*de padding van alle inhoud in de cellen*/
 }


	
 #list-menu li img {
 margin:0 8px 0 8px;/*dit is de verspringing en de afstand van het pijtje*/
 border:none;
 }	