@import url("patchwork.css");
div#line6_css_menu {
	/*This is the specificity parent of the CSS menu. Use this ancestor to limit selector influence to this menu*/
	font-family: verdana,arial;
	font-size: 12px;
	background: url("images/navigation_css/menu_main_bg.gif") no-repeat left;
	height: 33px;
	padding-top: 2px; /*was at 2*/
	margin-bottom: -2px;
}

#line6_css_menu a,
#line6_css_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.level1 {
	position: relative;
	color: #ffffff;
	display: block;
}

ul.level2 {
	z-index: 90;
	position: absolute;
	padding-left: 0;
	top: 20px;
	border: solid 1px #aaaaaa;
	margin-left: 0;
}
	
ul.level3 {
	z-index: 95;
	background: #9A9EA5;
	position: absolute;
	padding-left: 0;
	top: -1px;
	left: 155px;
	min-height: 100%;
	border: solid 1px #aaaaaa;
	margin-left: 0px;
}
	
ul.level1 li {
	list-style-type: none;
	float: left;
	padding: 4px;
	#padding: 2px;
	margin: 0;
	padding-right: 12px;
	#padding-right: 30px;
	padding-left: 0px;
}

body.DE ul.level1 li { padding-right: 15px;}

body.FR ul.level1 li { padding-right: 20px;}

body.JP ul.level1 li { padding-right: 5px;}
	
ul.level1 li:hover {
	background: url("images/navigation_css/level_1_active.jpg") repeat-x bottom;
}
	
ul.level1 li a {
	display: block;
	padding-left: 20px;
}

ul.level1 li a span {
	background-image: url("images/navigation_css/colon_bullet.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
}

ul.level2 li {
	list-style-type: none;
	display: block;
	clear: both;
	margin-left: 0;
	width: 155px;
	background-color: #9A9EA5;
	padding: 0;
}

	ul.level2 li:hover
	{
		background-position: left;
		background-repeat: no-repeat;
		background-color: #C10303;
	}
	
	#products ul.level2 li:hover
	{/*just for the products menu*/
		background-image: url("images/navigation_css/plus_bullet_wide.png");
		background-position: left;
		background-repeat: no-repeat;
		background-color: #C10303;
	}

	.level1 ul.level2 li a
	{/*undoing this for child bullets*/
		padding: 5px;
		padding-left: 13px;
		background-image: url("images/navigation_css/plus_bullet.png");
		background-position: left;
		background-repeat: no-repeat;
		margin-left: 3px;
	}

	.level1 ul.level2 li a:hover
	{/*undoing this for child bullets*/
		padding-left: 13px;
		background-image: url("images/navigation_css/plus_bullet.png");
		background-position: left;
		background-repeat: no-repeat;
		margin-left: 3px;
	}

	.level1 ul.level2 li.has_kids a:hover
	{
		background-image: url("images/navigation_css/right_arrow_bullet.png");
		background-position: right;
		background-repeat: no-repeat;
	}
	
/*inline section titles*/
#line6_css_menu ul.level2 li.title_label,
#line6_css_menu ul.level2 li.title_label:hover
	{
		background: #ffffff;
		color: #666666;
		margin-right: 0;
	}

	#line6_css_menu ul.level2 li.title_label a,
	#line6_css_menu ul.level2 li.title_label a:hover
	{/*Make sure a-tags do not overrule the above definitin*/
		color: #666666;
	}

	

/*level4 defines how the product boxes will look*/

#line6_css_menu div.level4
	{
		z-index: 96;
		background: #ffffff;
		position: absolute;
		top: -1px;
		left: 155px;
		width: 253px;
		min-height: 100%;
		border: solid 1px #aaaaaa;
		margin: 0;
		padding: 0;
		color: #666666;
	}

/*Define content sections*/

#line6_css_menu div.level4 h5
	{
		padding: 10px;
		display: block;
		font-size: 13px;
		margin: 0;
	}

	#line6_css_menu div.level4 p.prod_sub
	{
		padding: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		font-size: 11px;
		margin: 0;
		color: #C10303;
		font-weight: 600;
	}

	#line6_css_menu div.level4 p.prod_desc
	{
		padding: 10px;
		margin: 0;
		padding-top: 0px;
		padding-bottom: 10px;
		color: #555555;
	}

	#line6_css_menu div.level4 .prod_image
	{
		display: block;
		padding: 3px;
		margin: 3px;
		clear: both;
	}