/* CSS Document */

/* MENU UP */
#menu_up {
  position: absolute; z-index: 1;
}

#menu_up ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_up ul {
	float: left;
}

#menu_up ul li {
	float: left;
}

#menu_up ul a {
	text-decoration: none;
	display: block;
	background: url("tlo.gif") repeat-x center;
	color: #fff;
	padding: 20px 20px;
	border-left: 1px solid #e1e0e0;
	border-top: 1px solid #27aae1;
}

#menu_up ul a:hover {
	background: url(/img/menu_up_bg.png) top repeat-x;
}

/* MENU DOWN */

#menu_down {
  position: absolute; z-index: 1;
  margin-left: 470px;
  margin-top: 430px;
  
}

#menu_down ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_down ul {
	float: left;
}

#menu_down ul li {
	float: left;
}

#menu_down ul a {
	width: auto;
	height: 50px;
  text-decoration: none;
  font-size: 10pt; 
	display: block;
	background: url(/img/menu_down_bg.png) center left no-repeat;
	color: #00a7d2;
	padding: 28px 10px 0px 40px;
}

#menu_down ul a:hover {
	background: url(/img/menu_down_bg1.png) center left no-repeat;
}

#menu_down_end {
  position: absolute; z-index: 1;
  width: 1px;
  height: 50px;
  margin-left: 960px;
  margin-top: 444px;
}

/* MENU LEFT */

.arrowlistmenu {
width: 220px;  

}

.arrowlistmenu .menuheader { 
	display: block;
  cursor: hand;
  cursor: pointer;
	font-size: 11pt;
	font-weight: normal;
	background: url(/img/menu_left_poz1_bg1.png) center left no-repeat;
	color: #00a7d2;
	padding: 15px 0px 10px 40px;
}

.arrowlistmenu .openheader {  
  background: url(/img/menu_left_poz1_bg.png) center left no-repeat;
}

.arrowlistmenu ul { 
  list-style-type: none;
  margin-top: -14px;
  padding: 0;
}

.arrowlistmenu ul li {
}

.arrowlistmenu ul li a {
  display: block;
	height: 25px;
	text-decoration: none;
	font-size: 9pt;
	background: url(/img/menu_left_poz2_bg.png) center left no-repeat;
	color: #818080;
	padding: 15px 0px 0px 40px;
}

.arrowlistmenu ul li a:hover { 
  background: url(/img/menu_left_poz2_bg1.png) center left no-repeat;
  color: white;
}

/* MENU STOPKA */

#menu_stopka {
  position : absolute; z-index: 1;
  margin-left: 320px;
  margin-top: 65px;
}

#menu_stopka ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_stopka ul {
	float: left;
}

#menu_stopka ul li {
	float: left;
}

#menu_stopka ul a {
	width: auto;
	height: 50px;
  text-decoration: none;
  font-size: 10pt; 
	display: block;
	background: url(/img/menu_stopka_bg.png) center left no-repeat;
	color: #0874be;
	padding: 28px 10px 0px 40px;
}

#menu_stopka ul a:hover {
	text-decoration: underline;
}