/* ================================================================ 
width: 82px;
text-align: center;
font-size: 13px;
font-weight: bold;

height: 25px;

background: url('images/menu_button_a.gif') no-repeat;
background: url('images/menu_button_b.gif') no-repeat;

background: url('images/menu_nabidka_a.gif') no-repeat;
background: url('images/menu_nabidka_b.gif') no-repeat;
width: 143px;
font-size: 12px;
=================================================================== */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}

#nav a {
	display: block;
	width: 82px;
	height: 25px;
	margin-right: 1px;
	padding-top: 2px;
	margin-bottom: -2px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background: url('images/menu_button_a.gif') no-repeat;
	color: #fff;
	overflow: hidden;
}
#nav a:hover {
	background: url('images/menu_button_b.gif') no-repeat;
	color: #fff;
}

#nav a.nav_sub {
	display: block;
	width: 165px;
	height: 25px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: -3px;
	background: url('images/menu_nabidka_a.gif') no-repeat;
	overflow: hidden;
}
#nav a.nav_sub:hover {
	background: url('images/menu_nabidka_b.gif') no-repeat;
	color: #fff;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}