@import url("patchwork.css");
div#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: 10px;
	background:url(../imagenes/barra-menu.png) no-repeat center;
	height: 33px;
	padding-top: 0px; /*was at 2*/
	margin-bottom: 0px;
}

#css_menu .level1 {
	margin: 0px 0px 0px 190px;
}

#css_menu a,
#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: 31px;
	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: 0;
	margin: 0;
}

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(../imagenes/level_1_active.jpg) repeat-x bottom;
}
	
ul.level1 li a {
	display: block;
	padding: 10px 20px 11px 10px;
}

ul.level1 li a span {
	background-image: url(../imagenes/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: #324A32;
	}
	
	#products ul.level2 li:hover
	{/*just for the products menu*/
		background-image: url(../imagenes/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(../imagenes/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(../imagenes/plus_bullet.png);
		background-position: left;
		background-repeat: no-repeat;
		margin-left: 3px;
	}

	.level1 ul.level2 li.has_kids a:hover
	{
		background-image: url(../imagenes/right_arrow_bullet.png);
		background-position: right;
		background-repeat: no-repeat;
	}
	
/*inline section titles*/
#css_menu ul.level2 li.title_label,
#css_menu ul.level2 li.title_label:hover
	{
		background: #ffffff;
		color: #666666;
		margin-right: 0;
	}

	#css_menu ul.level2 li.title_label a,
	#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*/

#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*/

#css_menu div.level4 h5
	{
		padding: 10px;
		display: block;
		font-size: 13px;
		margin: 0;
	}

	#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;
	}

	#css_menu div.level4 p.prod_desc
	{
		padding: 10px;
		margin: 0;
		padding-top: 0px;
		padding-bottom: 10px;
		color: #555555;
	}
	#css_menu div.level4 a.prod_desc
	{
		padding: 10px;
		margin: 0;
		padding-top: 0px;
		padding-bottom: 10px;
		color: #555555;
	}

	#css_menu div.level4 .prod_image
	{
		display: block;
		padding: 3px;
		margin: 3px;
		clear: both;
	}
	
/*a.navlogo:link {
border: 0px;
margin: 10px;
vertical-align: middle;
}

/*for linking the small logo*/
/*#smallnav_logo {
float:right;
width:65px;
height:30px;
padding-right:10px;
}

#smallnav_logo img {
	border:none;
}*/
