.globalNav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

.globalNav li{
	float: left;
	padding:0 5px 0 4px;
	background: url(../_images/globalNav_side.gif) no-repeat right;
	height:36px;
}

.globalNav li a{
	display: block;
	_width:1%;
	white-space: nowrap;
	height: 36px;
	line-height: 35px;
	padding: 0px 20px 0px 20px;
	color: white;
	font-size:11px;
}



.globalNav li.active a {
	font-weight:bold;
	background: white url(../_images/a_active.gif) repeat-x top left;
	color:#383838;

}

.globalNav li ul{
	display:none;
}


/* utilNav */ 

.utilNav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:right;	
}	

.utilNav li{
	float: left;
	padding: 0px 2px 0px 2px;
}

.utilNav li a{
	display: block;
	_width:1%;
	white-space: nowrap;
	height: 13px;
	line-height: 13px;
	padding: 0px 5px 0px 5px;
	color: #272727;
	font-size:11px;
}
.utilNav li a:hover{
	border-bottom:1px dotted #272727;
}


.utilNav li a.flag:hover{
	border-bottom:none;
}


.utilNav li a.flag{
	width:16px;
	display:block;
	height:11px;
	padding:0px;

}

.utilNav li a.flag span{
	display:none;
}

.utilNav li #flag_nl{
	background:url(../_images/nl.gif) no-repeat top left;
}
#flag_en{
	background:url(../_images/gb.gif) no-repeat top left;
}
#flag_fr{
	background:url(../_images/fr.gif) no-repeat top left;
}
#flag_es{
	background:url(../_images/es.gif) no-repeat top left;
}
/* submenu */ 

.subNav{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.subNav li{
	border-bottom: 1px dotted #8e8e8e;
}

.subNav li a{
	line-height: 36px;
	height: 36px;
	display: block;
	color: #454545;
	padding-left: 15px;
	background: url(../_images/subNav_arrow.gif) no-repeat left;
}

.subNav li a:hover, .subNav li.active a{
	font-weight: bold;
}

/* winkels nav */

#sidecolShop ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidecolShop ul li{
	border-bottom: 1px dotted #8e8e8e;
}

#sidecolShop ul li a{
	line-height: 36px;
	height: 36px;
	display: block;
	color: #454545;
	padding-left: 15px;
	background: url(../_images/subNav_arrow.gif) no-repeat left;
}
#sidecolShop ul li ul{
	display:none;
}

#sidecolShop ul li:hover ul,#sidecolShop ul li.active ul{
	display:block;
}

#sidecolShop ul li ul li a{
	line-height: 36px;
	height: 36px;
	display: block;
	color: #454545;
	margin-left: 30px;
	padding-left: 15px;
	background: url(../_images/subNav_arrow.gif) no-repeat left;
}
