#menu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #c5e8f4;
	position: relative;
}
#menu li {
	font-size: 12px;
	color: #006699;
	float: left;
	position: relative;
	
}
#menu a {
	text-decoration: none;
	color: #006699;
	background-image: url(../image/arrow.gif);
	width: 165px;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #94d4ea;
	border-bottom-color: #d4eef7;
}
#menu a:hover {
	text-decoration: underline;
	background-image: url(../image/arrow.gif);
	width: 165px;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	background-position: 17px center;
	padding-left: 35px;
}
#menu .last_menu a {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #94d4ea;
	border-right-color: #94d4ea;
	border-bottom-color: #94d4ea;
	border-left-color: #94d4ea;
}
#menu .first_menu a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #d4eef7;
}





























#promocje {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #D5CE9A;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#promocje li {
	font-size: 12px;
	color: #514d34;
	float: left;
	position: relative;
	
}
#promocje a {
	text-decoration: none;
	color: #514d34;
	width: 185px;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0dab3;
	border-bottom-color: #b9b38d;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}
#promocje a:hover {
	text-decoration: underline;
}

#promocje span {
	color: #007caf;
	font-size: 12px;
}
.promocje_first a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#promocje_wiecej {
	margin: 0px;
	padding: 0px;
	background-color: #D5CE9A;
	width: 200px;
	float: left;
}
.promocje_wiecej {
	background-color: #D5CE9A;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

