/* CSS Document */

		/* TOP MENU */		
		table.topmenu{
		ssborder: 1px solid <BASECOLOR>;;
		border-left-width: 0px;		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;

	width:100%;

	margin: 0px;
			padding: 0px 0px 0px 5px;

		}

		table.topmenu tr{

		}

table.topmenu td{
	font-size: 10px;
	sswidth: 30px;
	margin: 10px;
	padding: 0px 0px 0px 5px;
	height: 5px;

		}
		
		table.topmenu a{
			font-weight: bold;
			color: <BASECOLOR>;
			text-decoration: none;
			font-size: 11px;

		}


		table.topmenu td.space{
			width: 150px; 

			
		}
		table.topmenu td.right{

	text-align: right;
	width: 150px;

		}

		table.topmenucategories{
			width:100%;
				margin: 0px;
	padding: 0px;

		}
		

		table.topmenucategories a{
			font-weight: bold;
			color: <BASECOLOR>;
			text-decoration: none;
			font-size: 12px;
		}
		
		table.topmenu td.topmenucategories{
			width:100%;	
			margin: 0px;
			padding: 0px;
	
		}
		
		
			/* DROP DOWN MENU STYLE */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;


}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid <BASECOLOR>;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
	background-color: white; 
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white; 
}

#dropdown_schoenen {

}
#dropdown_schoenen a{

}
		
#dropdown_kinderschoenen {

}

