/*
 * k.slowik@empathy.pl
 * Redukuje różnice między przeglądarkami
 *
 */

body, div, blockquote, p, a, th, td, tr, ul, li, img, h1, h2, h3, h4, pre, fieldset,form, dl,dt,dd {
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
input, select {
	vertical-align: middle;
}
table {
	border: none;
	border-collapse: collapse;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	position: relative;
}
.cb {
	clear: both;
}
.c {
	text-align: center !important;
}
.r {
	text-align: right;
}


.menuf {
	list-style-type: none;
	float: left;
}
.menuf li {
	float: left;
}
.menuf li a {
	float: left;
}
.menu {
	list-style-type: none;
	text-align: center;
}
.menu li {
	display: inline;
}

.dropdown_menu {
	list-style-type: none;
	float: right;
}
.dropdown_menu li {
	position: relative;
	float: left;
}
.dropdown_menu li a {
	float: left;
}
.dropdown_menu li ul {
	list-style-type: none;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	float: none;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
}
.dropdown_menu li:hover ul,
.dropdown_menu li.hover ul {
	visibility: visible;
}
.dropdown_menu ul li {
	clear: left;
}
.dropdown_menu ul li a {
	width: 139px;
	background: #000 url('fake.gif') no-repeat left top;
}
.tab_LPP_row table {
	z-index:9999 !important;
	display:block;
}



* html ul.dropdown_menu li {
	_behavior: expression(
		this.parsed ? 0 : (
			(function(el){el.onmouseenter = function(el) {this.oldClass = this.className;this.className += ' hover';};el.onmouseleave = function(el) {this.className = this.oldClass;this.oldClass = undefined;};})(this),
			this.parsed = 1
		)
	);
}
