Mam problem z podmenu na swojej stronie opelcalibra.cba.pl
Problem dotyczy tła podmenu. Jak można zauważyć tekst jest wcięty, ale są jakby dwa takie same tła nałożone na siebie. Jak zlikwidować to, które jest pod spodem?
Wrzucę kod z pliku styl.css:

body{
background-image: url(Tlo.png);
background-repeat: repeat-y;
background-size: 100% 100%;
background-position: top right;
color: white;
}

div#tekst{
margin-left: 300px;}

img.gora{
width: 33%;
height: 33%;

max-width:250px;
max-height:250px;
}

ul.menu {
	width: 240px;
	float: left;
	margin-right: 60px;
}
ul.menu li{
	width:240px;
	display: block;
	list-style: none;
	background-image: url('BlueGlass-Rnd-250x30.png');
	margin: 0;
	padding: 0;
}

ul.menu, ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.menu a:link, ul.menu a:visited {
	display: block;
	width: 240px;
	text-decoration: none;
	background-image: url('BlueGlass-Rnd-250x30.png');
	color: #000;
	padding: 5px;
	border: 2px outset red;
}

ul.menu li a:link, ul.menu li a:visited {
	display: block;
	width: 240px;
	text-decoration: none;
	background-image: url('BlueGlass-Rnd-250x30.png');
	color: #000;
	padding: 5px;
	border: 0px outset blue;
}

ul.menu a:hover {
	border-style: inset;
	background-image: url('RedGlass-Rnd-250x30.png');
	padding: 7px 3px 3px 7px;
}

ul.menu li a:hover {
	border-style: inset;
	background-image: url('RedGlass-Rnd-250x30.png');
	padding: 7px 3px 3px 7px;
}

#rozwijany:hover li{display:block;}
#rozwijany li{display:none;}

.thumbnails li {
		width: 90px;
		height: 90px;
	}

	#middle_container {
		height: 405px;
	}

	#scroller_container {
		margin-top: 20px;
		margin-bottom: 10px;
		width: 812px;	
	}

	#image_scroller {
		margin: 0 10px 0 20px;
		width: 742px;
	}
	
	#thumbnails_container {
		width: 742px;
	}
	
	#scroller_container,
	#image_scroller,
	#thumbnails_container {
		height: 106px;
	}
	
	#folders_container {
		;
	}		
	
	.folders {
		width: 0px;
	}
	
	.folders li {
		width: 106px;
		height: 106px;
	}
	
	.caption,
	.description {
		width: 742px;
	}