/* Start of CMSMS style sheet 'ps2_menu' */
#menuContainer{
	width: 121px;
	float:left;
        background: top right url("i/BG_verticalDots.gif") repeat-y;
	border: 0px dashed green;
	position: relative;
        padding: 0px 10px 0px 9px;
}

#promoContainer
{
        position: absolute;
        top: 350px;
        left: 9px;
        z-index: 1;
}

#nozyczkiPoziom{
	position: absolute;
	bottom: -19px;
	right: 0px;
        z-index:0;
	}

ul#menu_level_1{
	position: relative; /* so it is visible ofer bottom image! Seems like it acquires z-index value thanks to that... */
	list-style: none;
z-index:1;
margin: 0;
padding: 0;

}

ul#menu_level_1 li{
	display: block;
	line-height: 150%; /* top and bottom distances between menu items */
}

ul#menu_level_2{
	margin: 2px 0px 2px 15px; /* second level menu indent and spacing */	
	list-style: none;

padding: 0;
}

ul#menu_level_2 li{
	display: block;
	line-height: 130%; /* top and bottom distances between menu items */
}

.menu_level_1, .menu_level_2{
	text-decoration: none;
	font-weight: bold;
	font-size:1.3em;
	line-height: 100%;
}

.menu_level_2{
	font-size:1.2em;	
}

/* End of 'ps2_menu' */

