#ss_text {
padding-top:15px; 
text-align:justify;
font-size:14px;
line-height:18px;
}

#tekst_glowna{
  width: 940px;
  margin:0 auto;
  text-align:justify;
  font-size:12px;
  padding-top:20px;
  margin-top:0px;
  line-height:15px;
  color:#999999;
  margin-bottom:-12px;
}

#ss_menu{
  list-style-type: numeric;
}
#ss_menu li{
  display: inline;
  padding: 0;  
}
#ss_menu li:hover>a{
  background: url("../gfx/top_left.png") no-repeat scroll 0 0 transparent;
}
#ss_menu li:hover>a>span{
  background: url('../gfx/top_right.png') no-repeat scroll right top transparent;
}
#ss_menu li:hover>ul{
  display: block;
}
#ss_menu li>ul{
  display: none;
  position: absolute;
  margin-top: 26px;
  margin-left: 220px;
  list-style-type: none;
  padding: 0;    
}
#ss_menu ul a{
  background-image: none;
  /*background-color: #DE0000;*/
  background-color: #303030;
  width: 200px;
  display: block;
  height: auto;
  padding: 5px 5px;
  font-size: 12px;
  opacity: 0.95;
  color: white;
  line-height: 12px;
  -moz-border-radius: 0;
  font-weight: bold;
}
#ss_menu ul a:hover{
  background-image: none;
  background-color: #404040;
  color: #FF5050;
  width: 200px;
  display: block;
}
#ss_menu li ul li{
  display: block;
  position: relative;
  z-index: 999;  
  padding: 0;
  background-image: none;  
}
#ss_menu a.round-top{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
}

#ss_menu a.round-bottom{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
}

#ss_menu li ul li ul{
  padding: 0px;
  position: absolute;
  display: none;
  margin-left: -210px;
  margin-top: 0;
}

#ss_menu li ul li:hover ul{
  display: block;
}

