.top_menu {
	width: 222px;
	height: 30px;
	background: url("images/top_menu_bg.png") no-repeat;
	float: right;
	margin-right: 17px;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	line-height: 28px;
	color: #ffffff;
}

.top_menu a {
	color: #ffffff;
	text-decoration: none;
}

.top_menu a:hover {
	color: #ff9167;
}

.menu_poziome_frame {
	position: absolute; top: 50px; right: 10px;
}

.menu_poziome_right_side {
	width: 12px;
	height: 39px;
	background: url("images/menu_poziome_right_side.png") no-repeat;
	float: right;
	margin: 0;
	padding: 0;
}

.menu_poziome {
	float: right;
	margin: 0;
	padding: 0;
}

.menu_poziome ul {
	margin: 0;
	padding: 0;
	background: url("images/menu_poziome_middle.png") repeat-x;
	width: 667px;
	height: 39px;
}

.menu_poziome ul li {
	float: left;
	list-style: none;
	position: relative;
	background: url("images/links.gif") no-repeat left center;
}

.menu_poziome ul li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	line-height: 14px;
	height: 39px;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	text-decoration: none;
	line-height: 39px;
}

.menu_poziome ul li a:hover {
	color: #ff9167;
	text-decoration: underline;
	height: 39px;
}

.menu_poziome ul li:first-child {
	background-image: none;
}

.menu_poziome ul ul {
	background-image: none;
	width: auto;
	height: auto;
}

.menu_poziome ul li ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute; top: 39px; left: 0px;
	background-color: #ffffff;
	border-left: #ff9167 solid 1px;
	border-right: #ff9167 solid 1px;
	border-bottom: #ff9167 solid 1px;
}

.menu_poziome ul li ul li {
	clear: both;
}

.menu_poziome ul li ul li a, .menu ul li ul li a:link {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	display: block;
	height: 21px;
	width: 150px;
	border: none;
	border-bottom: #ff9167 solid 1px;
	font-weight: normal;
}

.menu_poziome ul li ul li a:hover {
	background-image: none;
	background-color: #ffffff;
	color: #fa713d;
	height: 21px;
	font-weight: normal;
}

.menu_poziome ul li:hover ul {
	display: block;
}

#nav li.sfhover ul {
	display: block;
}

.menu_poziome_left_side {
	float: right;
	width: 12px;
	height: 39px;
	background: url("images/menu_poziome_left_side.png") no-repeat;
	margin: 0;
	padding: 0;
}

.menu_pionowe {
  float: left;
  margin-left: 11px;
  margin-top: 57px;
	width: 182px;
	padding: 0;
}

.menu_pionowe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 6px;
}
.menu_pionowe ul li {
	position: relative;
	margin-bottom: 1px;
}

.menu_pionowe li ul {
	position: absolute; left: 166px; top: 0px;
	display: none;
}

.menu_pionowe ul li a {
	display: block;
	text-decoration: none;
	background: url("images/menu_pionowe_main.png") no-repeat;
	text-indent: 14px;
	text-align: left;
	height: 24px;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	overflow: hidden;
	font-weight: bold;
	padding-right: 10px;
}

.menu_pionowe ul li a:hover {
	background: url("images/menu_pionowe_main_hover.png") no-repeat;
	color: #2b7095;
}

.menu_pionowe li:hover ul, li.over ul
{
	display: block;
	padding-left: 1px;
}

.menu_pionowe ul li ul li a {
	display: block;
	width: 171px;
	background: url("images/menu_pionowe_sub.png") no-repeat;
	text-indent: 14px;
	overflow: hidden;
	font-weight: normal;
}

.menu_pionowe ul li ul li a:hover {
	display: block;
	width: 171px;
	background: url("images/menu_pionowe_sub_hover.png") no-repeat;
	color: #2b7095;
	font-weight: normal;
}

* html .menu_pionowe ul li { float: left; height: 1%; }
* html .menu_pionowe ul li a { height: 1%; }

.menu_pionowe_bottom {
	width: 182px;
	height: 19px;
	background: url("images/menu_pionowe_bottom.png") no-repeat;
	margin-top: 3px;
}

