#menuLeft {
	margin: 0px 5px 5px 5px;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
#menuLeft .menu1_container{
	width: 100%;
	background-color:#EEE;
	border: 1px solid #676bcf;
	overflow: hidden;
	font-size: 10px;
	color: #66F;
	text-align: right;
}
#menuLeft .menu1_container a {
	display: block;
	padding: 2px 0px;
	background-image: url(../images/gfx/menu_top_off.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	text-align: left;
}
#menuLeft .menu1_container a:hover {
	background-image: url(../images/gfx/menu_top_on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
}
#menuLeft .menu2 {
	float: left;
	width: 170px;
}
#menuLeft .menu2_licznik {
	padding: 2px;
	float: right;
	width: 26px;
}
#menuLeft .menu2 a {
	display: block;
	padding: 1px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: none;
	border-left: 7px solid #FFF;
	font-weight: normal;
	color: #309;
}
#menuLeft .menu2 a:hover {
	background-image: none;
	border-left: 7px solid #F60;
	color: #F60;
}