/* -------- menu ----------- */

#menuDiv{
  width:158px;
  font-family:"Tahoma", "Trebuchet MS","Verdana";
  font-size:11px;
  font-weight:bold;
  color:#556A12;
  margin-top:-1px;
  text-decoration:none;
  height:auto;
}

/* poziom1 */
#menuDiv ul {
 margin:0px;
 margin-right:0px;
 padding: 0px;
 list-style-type:none;
}

#menuDiv ul li{
 margin:0px;
 padding:0px;
 list-style-type:none;
 background: url('menuButtonNormal.gif') center center no-repeat;
 height:auto;
 _height:21px;
 vertical-align:middle;
}

#menuDiv ul li.s{
 margin: 0px;
 padding:0px;
 list-style-type:none;
 background: url('menuButtonSelected.gif') center center no-repeat;
 height:auto;
 _height:21px;
 vertical-align:middle;
 color:#556A12;
}

#menuDiv ul li a{
  width:auto;
  _width:100%;
  height:auto;
  _height:23px;
  font-family:"Tahoma", "Trebuchet MS","Verdana";
  font-size:11px;
  font-weight:bold;
  color:#06471E;
  text-decoration:none;
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:23px;
  margin:0px;
}

#menuDiv ul li.s a{
	color:#556A12;
	padding-top:5px;
	padding-bottom:5px;
	background: url('menuButtonSelected.gif') center center no-repeat;
    height:auto;
	_height:23px;
}


#menuDiv ul li a:hover{
	color:#F8FFD7;
	background: url('menuButtonNormalSelected.gif') center center no-repeat;
	height:auto;
    _height:23px;
}

#menuDiv ul li.s a, #menuDiv ul li.s a:hover{
 margin: 0px;
 list-style-type:none;
 background: url('menuButtonSelected.gif') center center no-repeat;
 height:auto;
 _height:24px;
 vertical-align:middle;
 color:#06471E;
  padding-left:23px;
}




/* --------- 2 poziom ---------- */

#menuDiv ul.p{
 margin:0px;
 margin-left:0px;
 padding: 0px;
 list-style-type:none;
}

#menuDiv ul.p li{
 margin: 0px;
 padding:0px;
 list-style-type:none;
 background: url('submenuButton.gif') center center no-repeat;
 height:auto;
 _height:23px;
 vertical-align:middle;
}


#menuDiv ul.p li a{
  width:auto;
  _width:100%;
  font-family:"Tahoma", "Trebuchet MS","Verdana";
  font-size:11px;
  font-weight:bold;
  color:#06471E;
  text-decoration:none;
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:32px;
  margin-right:0px;
  margin-left:0px;
}

#menuDiv ul.p li.p a{
  width:auto;
  _width:100%;
  font-family:"Tahoma", "Trebuchet MS","Verdana";
  font-size:11px;
  font-weight:bold;
  color:#F8FFD7;
  text-decoration:none;
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:32px;
  margin-right:0px;
  margin-left:0px;
}

#menuDiv ul.p li a:hover{
	color:#F8FFD7;
	background: url('submenuButton.gif') center center no-repeat;
	padding-left:32px;
	_height:23px;
}