#nawigacja {
	width: 200px;
}
#nawigacja ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 10px;
}
#nawigacja ul a {
	display: block;
	line-height: 12px;
	padding: 1px 1px 2px 5px;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFF;
	margin-top: 3px;
	background: #A60027 url(graf/bt_of.gif) repeat-x;
	padding: 6px 6px;
	text-transform: uppercase;
}
#nawigacja ul a.oferta {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	border: none;
	padding: 2px;
	margin-left: 15px;
	background: #A60027 url(graf/bt_of.gif) repeat-x;
	color: white;
}
#nawigacja a:hover {
	background: #006DB5 url(graf/bt_on.gif) repeat-x;
}

#nawigacja ul a.oferta:hover {
	background: #006DB5 url(graf/bt_on.gif) repeat-x;
}
#nawigacja ul a.oferta.visit {
	background: #006DB5 url(graf/bt_on.gif) repeat-x;
}
#nawigacja a.visit {
	font-weight: bolder;
	background: #006DB5 url(graf/bt_on.gif) repeat-x;
}
#nawigacja ul .menutytul {
	color: white;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
	background: #F6753F;
	padding: 2px 3px;
}