/* ################################################################### */
/* __ NAGLOWKI Z NAZWAMI SEKCJI MENU _________________________________ */
/* __ SiteMenu.html __________________________________________________ */
/* ################################################################### */

DIV.imgposmenu {   	   	             /*###### tlo nazwy sekcji w menu #####*/
		position: relative;
		margin: -1px 0 3px 0;
		border-bottom: 1px solid #AAC1DA;
		height: 32px;
		width: 187px;
		background: url('../SiteImage/MiddleFrame.gif') repeat-x;
}
H4.secmenuname {   	   	             /*###### nazwa sekcji #####*/
        position: absolute;
		font-weight: bold;
		font-size: 13px;
		left: 12px;
		line-height: 19px;
		margin: 0;
		top: 7px;
		color: #232B33;
		z-index: 1;
}
P.secmenushadow {   	   	         /*###### cien nazwy sekcji #####*/
		position: absolute;
		margin: 0;
		font-weight: bold;
		font-size: 13px;
        left: 13px;
		top: 8px; 
		line-height: 19px;
		color: #FFFFFF;
		z-index: 0;
}



/* ################################################################### */
/* __ POZYCJE SEKCJI _________________________________________________ */
/* __ SiteMenu.html __________________________________________________ */
/* ################################################################### */

UL.menu {
		margin: 0;
		padding: 0;
		width: 187px;
}
LI.posmenu {
      	text-align: left;
	 	height: 22px;
		line-height: 19px;
	  	width: 187px;
}
A.linkmenu {   	   	             /*###### linki glowne w sekcji menu #####*/
		font-size: 10pt;
		font-weight: bold;
		margin-left: 12px;
		text-decoration: none;
		color: #003399;
}
A.slinkmenu {   	   	          /*###### linki male w menu #####*/
		font-size: 8pt;
		font-weight: normal;
		margin-left: 12px;
		text-decoration: none;
		color: #003399;
}
P.pollquestion {   	   	          /*###### prosba o wsparcie strony #####*/
		font-weight: normal;
		font-size: 8pt;
		margin: 15px 20px 15px 0;
		padding: 0 0 0 20px;
		text-align: left;
}