/* CSS Document */
/************************************************/
#shopNav, #shopNav ul {
	float: left;
	list-style: none;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 0;
	
}

#shopNav a {
	/*margin-left:16px;
	display: block;
	width: 173px;
	line-height:25px;
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-indent:5px;
	background-image:url(../images/bg_subnav_link.jpg);
	background-repeat:no-repeat;
	*/
	background-repeat:no-repeat;
	text-indent:5px;
	display:block;
	line-height:30px;
	height:30px;
	width:178px;
	color:#ffffff;
}
#shopNav a:hover {
	color: #fb7d1c;
}

#shopNav li li a {
	color:#c2c2c2;
	background-image:url(../images/shop_btn_o.gif);
}
#shopNav li li a:hover {
	color:#c2c2c2;
	background-image:url(../images/shop_btn_o2.gif);
}

#shopNav li {
	position : relative;
	float: left;
	padding: 0;
	margin: 0;
	width:178px;
	background-image:url(../images/shop_btn.gif);
	z-index:5;
}

#shopNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:178px;
	font-weight: normal;
	margin-left : 178px;
	margin-top : -30px;
	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: #ffffff;
}


#shopNav li:hover, #shopNav li.sfhover {
	/* style voor parent bij uitklappen submenu */
	background-image:url(../images/shop_btn_o.gif);
	background-position:left;
}

#shopNav li li:hover, #shopNav li li.sfhover {
	/* style in submenu */
	background-image:url(../images/shop_btn_o.gif);
	background-position:left;
}

/************************************************/
