/*
ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	width: 150px;
	padding: 0px 0px 0px 0px;
	background-color: #9ce;
	border: 3px double #28e;
}

ul.menu li {
	border-bottom: 0px solid #9ce;
}

ul.menu a:link, ul a:visited {
	display: block;
	width: 150px;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 10px solid #25b;
}

ul.menu a:hover {
	width: 150px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
}
*/
#menu7 {
	width: 150px;
	margin: 10px;
	padding: 0;
}

#menu7 dt {
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0px;
}

#menu7 dd {
	background-color: blank;
	color: #000;
	border-width: 0 0px 0px 0px;
	border-style: solid;
	border-color: #888;
	margin: 0;
	padding: 0px 0px;
	text-decoration: none;
	display: inline;
        font-size: 10pt;
}

#menu7 dd.active {
	font-weight: bold;
}

/*
.menu {
	position: relative;
}

.menu dl {
	width: 150px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #666 #666 #aaa;
}

.menu dt {
	margin: 0;
	padding: 2px 5px;
	cursor: pointer;
	background-color: #888;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.menu dd {
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	display: inline;
	

}
*/

.menupoziome span {
  display: block;
  float: left;
  color: black;
  white-space: nowrap;
  padding: 5px 12px;
  background: url(../obrazki/Sterujace/tlolewepoziome1.png) no-repeat left top;
}
.menupoziome a:hover span { background-position: 0% -27px; }
.menupoziome a {
  text-decoration: none;
  float: left;
  /*border-bottom: 1px solid #cccc99;*/
  background: url(../obrazki/Sterujace/tlopoziome1.png) no-repeat right top;
}
.menupoziome a:hover { background-position: 100% -27px; }



