/* Menu */
div.menu {
  float: left; width: 170px; padding-top: 0px; 
  font-family: Verdana;
}

div.menuVertical { line-height: 2em; font-size: x-small; text-align: center;}

#menuList {
  position: relative;
  left: -4em;
  *left:0;
  width: 170px;
  list-style: none;
  margin: 0;
}

#menuList .last {	border-bottom: 1px dotted #ffa800;}

/* lista naglowkow */
.header {
	background: url(images/header_li_bg.png) top left repeat-x;
	color: #fff;
	width: 158px;
	height: 19px;
	font-size: 12px; 
	padding: 6px 0px 0px 12px;
	border: 0px;
	margin-bottom: 1px;

}

.header a {color: #fff;} 
.header a:hover {color: #fff;} 

/* lista naglowkow */
.headerEN {
	background: url(images/menu_header_en.png) no-repeat top left;
	width: 158px;
	height: 19px;
	font-size: 12px; 
	padding: 6px 0px 0px 12px;
  color: #fff;
  margin-bottom: 1px; 
}
.headerEN a {color: #fff;} 

.line {
	padding: 0.15em 0em 0.25em 2em; text-align: left; vertical-align: middle;
  font-size: 11px;
	background-color: #fafafa;
	color: #444;
	background-image: url(images/ico_li.png);
	background-repeat: no-repeat;
	background-position: 1em 0.4em;
	border-left: 1px dotted #ffa800;
	border-right: 1px dotted #ffa800;
}

.line a { font-family: Tahoma, Verdana, Arial; }
.login {
	padding: 0.25em 1em 0.25em 1em; 
	font-size: small;
	font-weight: bold; 
	color: orange;
	background-color: #fff;
	border-left: 0.25em solid orange;
}

#publicityButton {
	margin-top: 1em;
}

#adres {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em; 
	text-align: center; 
	font-size: x-small;
	font-weight: normal;
	color: #444;
}

#adres a {font-weight: bold; color: #444; }
#adres a:hover { color: #ffa800; }

div.menuEN {
  float: left; padding-top: 0px; 
  font-family: Verdana;
}

html>body #menuListEN {
  position: relative;
  left: -4em;
  width: 100%;
  list-style: none;
  margin: 0;
}
#menuEN li {
    width: 16.4%;
    border-width: 1px; 
	border-style: dotted; 
	border-color: #ffa800;
	padding: 5px 0px; vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	background-color: #f4f4f4;
	float: left;
	height: 3em;
	line-height: 1.5em;
	text-align: center;
}
#menuEN a {
	color: #ffa800;
	text-decoration: none;
}
#menuEN li:hover {
	color: #f90;
	background-color: #F4F4F4;
	text-decoration: underline;
}