﻿.menu_poziome {

	
	position:relative;
	bottom:23px;
	left:448px;
	text-decoration:none;
	width:400px;
	
	
}



.menu_poziome ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:11px;
	font-family: Verdana ,"Times New Roman", Times, serif; 
}

.menu_poziome ul {
	position: absolute;
}

.menu_poziome ul li {
	float: left;
	border-width: 0 1px 3px 1px;
	border-style: solid;
	border-color: white;
}

.menu_poziome ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 130px;
	text-align: center;
	padding: 4px 0;
	background-image:url('guzik.jpg');
	color: white;
	border-top: 8px solid #B0B9B4;
}

.menu_poziome ul a:hover {
	background-color:#208237;
	color: white;
	border-top: 18px solid #B0B9B4;
}


