#menu a{
	font-family				: "Tahoma";
	text-decoration			: none;
	font-weight				: bold;
	color					: #706f6d;
}

#menu ul{
	list-style-type 		: none;
	padding					: 0px;
	margin					: 0px;
	margin-left				: 10px;

	cursor					: pointer;

	color					: #575145;
}

#menu li {
	position			: relative;
	padding-left		: 0px;
	float				: left;
	margin: 0px 0px 0px 0px;
}

#menu ul li {
	position			: relative;
	width				: auto;
	border				: 0px solid green;
}

#menu ul li ul{
	background-image	: url('/images/menu_background_large.png');
	background-repeat	: no-repeat;
}

#menu ul li ul li.sub_menu{
	/* Original width
	width				: 121px;
	*/
	position			: relative;
	z-index				: 19;
	width				: 157px;
	height				: 28px;

	line-height			: 28px;

	padding-left		: 12px;
}

.menu_bottom{
	width				: 171px;
	height				: 6px;

	position 			: relative;
	top					: 2px;

	background-image	: url('/images/menu_under_large.png');
}

#menu ul li ul li.sub_menu:hover{
	background-image	: url('/images/nl/sub_menu_over.png');
	background-repeat	: repeat-x;
}


#menu ul ul {
	position			: absolute;
	top 				: 25px;
	z-index				: 10;
	left				: -10px;
	width				: 189px;
}

div#menu ul ul {
	display				: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{
	display				: none;

}

div#menu ul li:hover ul,
div#menu ul ul:hover,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display				: block;
}

/*


#menu ul li ul li.sub_menu_top{
	height 				: 6px;
	background-image	: url('/images/nl/sub_menu_top1.png');
	background-repeat	: no-repeat;
	margin-left			: 2px;
}

#menu ul li ul li.sub_menu_item{
	background-image	: url('/images/nl/sub_menu_middle.png');
	background-repeat	: repeat-y;

	font-size			: 11px;
	font-family			: "Tahoma";
	line-height			: 20px;

	padding-left		: 13px;
	width				: 126px;
}

#menu ul li ul li.sub_menu_item:hover{
 	background-image	: url('/images/nl/sub_menu_middle_over.png');
	background-repeat	: repeat-y;
	width				: 126px;
}

#menu ul li ul li.sub_menu_bottom{
	height 				: 7px;
	background-image	: url('/images/nl/sub_menu_bottom.png');
	background-repeat	: no-repeat;
} */