/* CSS Document */
/************************************************/
#shopNav, #shopNav ul {
	float: left;
	list-style: none;
	line-height: 26px;
	padding: 0;
	margin: 0 0 0 0;
	
}
#shopNav .parent{
	color:#000000;
	background-image:url(../images/btn_shop_parent.gif);
}
#shopNav a {
	background-repeat:no-repeat;
	background-image:url(../images/btn_shop.gif);
	font-size:11px;
	text-indent:5px;
	display:block;
	line-height:26px;
	height:26px;
	width:180px;
	color:#404040;
	background-color:#FFFFFF;
}
#shopNav a:hover {
	color: #cc0000;
}

#shopNav li li a {
	color:#404040;
	background-repeat:no-repeat;
	background-image:url(../images/btn_shop_sub.gif);
	margin-top:-1px;
}
#shopNav li li a:hover {
	color:#404040;
	background-image:url(../images/btn_shop_sub.gif);
}

#shopNav li {
	position : relative;
	float: left;
	padding: 0;
	margin: 0;
	width:178px;
	background-repeat:no-repeat;
	background-image:url(../images/btn_shop.gif);
	z-index:5;
}

#shopNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:180px;
	font-weight: normal;
	margin-left : 178px;
	margin-top : -26px;
	padding: 0;
}


#shopNav li:hover ul ul, #shopNav li:hover ul ul ul, #shopNav li.sfhover ul ul, #shopNav li.sfhover ul ul ul {
	left: -999em;
}

#shopNav li:hover ul, #shopNav li li:hover ul, #shopNav li li li:hover ul, #shopNav li.sfhover ul, #shopNav li li.sfhover ul, #shopNav li li li.sfhover ul {
	left: auto;
}

#shopNav li:hover a,  #shopNav li.sfhover a{
	color: #cc0000;
}


#shopNav li:hover, #shopNav li.sfhover {
	/* style voor parent bij uitklappen submenu */
	background-image:url(../images/btn_shop_sub.gif);
	background-position:left;
}

#shopNav li li:hover, #shopNav li li.sfhover {
	/* style in submenu */
	background-image:url(../images/btn_shop_sub.gif);
	background-position:left;
}

/************************************************/

