/* ************************************************************************** */
/* * BASIS INSTELLINGEN HORIZONTAAL UL LI MENU MET VERTIKALE UITKLAP        * */
/* ************************************************************************** */

#showLeft {
	font-size: 10px;
	}

#showLeft ul {
	margin: 0;	padding: 0;
	list-style: none;
	width: 207px;
	border-top: 1px solid #fff;
	z-index: 10;
	}
#showLeft ul li {
	position: relative;
	width: 207px;
	float: left;
	clear: left;
	z-index: 20;
	}

#showLeft li ul {
	position: absolute;
	top: 0;
	margin-left: -999em;
	min-height: 0;
	z-index: 30;
	}

/* ************************************************************************** */
/* * STYLING LOSSE MENU ITEMS LEVEL #1                                      * */
/* ************************************************************************** */

#showLeft ul li a {
	display:block;
	text-decoration: none;
	color: #cf0035;
	background: #fae5ea; /* IE6 Bug */
	line-height :2em;
	height: 2em;	
	padding: 0 5px;
	width: 197px;
	border-bottom: 1px solid #fff;
	text-align: right;
	}

* html #showLeft ul a {
	width: 207px;	
	w\idth: 197px;
	}

#showLeft ul li a.active {
	color: #fff;
	background: #cf0035;
	}

#showLeft li:hover a, #showLeft li.over a {
	color: #fff;
	background: #cf0035;
	}

#showLeft ul li ul li a {
	text-align: left;
	}	

/* ************************************************************************** */
/* * STYLING LOSSE MENU ITEMS LEVEL #2 en #3                                * */
/* ************************************************************************** */

/* this sets all hovered lists to red */
#showLeft li:hover li:hover a, #showLeft li.over li.over a,
#showLeft li:hover li:hover li:hover a, #showLeft li.over li.over li.over a,
#showLeft li:hover li a:hover, #showLeft li.over li a:hover,
#showLeft li:hover li:hover li:hover a:hover, #showLeft li.over li li a:hover,
#showLeft li:hover li:hover li:hover li:hover a:hover, #showLeft li.over li.over li.over li.over a:hover {
   color: #fff;
   background-color: #cf0035; 
   }

/* set dropdown to default */
#showLeft li:hover li a, #showLeft li.over li a,
#showLeft li:hover li:hover li a, #showLeft li.over li.over li a,
#showLeft li:hover li:hover li:hover li a, #showLeft li.over li.over li.over li a {
	color: #cf0035;
	background-color: #fae5ea;
	z-index: 40;
	}	

#showLeft ul li:hover ul ul, #showLeft ul li.over ul ul,
#showLeft ul li:hover ul ul ul, #showLeft ul li.over ul ul ul {
   display: none;
   }

#showLeft ul li:hover ul, #showLeft ul li.over ul,
#showLeft ul li li:hover ul, #showLeft ul li li.over ul,
#showLeft ul li li li:hover ul, #showLeft ul li li li.over ul {
	display: block;
	margin-left: 207px;
	margin-top: -1px;
	z-index: 50;
	border-left: 1px solid #fff;
	}
	

