#left_menu a	{ 
  display:block; 
  color: #000; 
  border-bottom: 1px solid #fff;
  padding:10px 0 10px 10px;
  background-color: #FFE26F;
}
#left_menu a:hover	{ background: rgb(255, 192, 0);; color: #000; }
#left_menu a.sel, #left_menu .active a		{
	font-weight: bold;
	background-color: rgb(255, 192, 0);;
}	
#left_menu a.top {
  background-color: rgb(255, 192, 0);; 
  min-height:12px; 
  height:auto !important; 
  height:12px;
  padding:10px 0 10px 14px;
  font-weight:bold; 
  color: #fff;
  border-bottom: 2px solid #fff;
}

/* pod_menu_poziom_1 */
a#sl				{
	padding-left: 22px;
	background: #fff /* #BFADD4 */;
	color: #5f497a; 
	font-size: 1em;
	}
a#sl.sel { font-weight: bold; color: #fff;}

/* pod_menu_poziom_2 */
a#sl2	{
  padding-left: 28px;
  background: #b8a7cc; 
  color: #fff;
  font-size: 1em;
  }
a#sl2.sel { font-weight: bold; color: #fff; }

.page_header	{ 
	color:#FDB827;
	font-size:20px;
	font-weight:bold;
}

#menu td.sel	 {
	background-color: rgb(255, 192, 0);;
}


