
/*------------------------------------------------------------*/

/* menu: główne */

iframe
{
	border: none;
/* wyłączam!!! ze względu na Mozillę */
/*
	FILTER: Alpha(style=0,opacity=90);
	opacity: 0.9;
*/
}

#mnu
{
	background-position: left top;	
	background-repeat: no-repeat;	
	background-image: url(../img/menu_back.jpg);	
	margin: 0px;	
	width: 840px;	
	height: 26px;	
	text-align: center;
}

.menuGlowne
{
	cursor: pointer !important;
}

	/* elementy: statyczne */

	/* MenuStyle */
.menuGlowne_sms
{

}

.menuGlowne_sms td
{
	height: 24px;
	vertical-align: middle;
}
	/* MenuItemStyle */
.menuGlowne_smis
{
	font-weight: normal;
	font-size: 11px;	
	color: white;	
	white-space: nowrap;

	padding-right: 3px;	
	padding-left: 3px;	
	padding-bottom: 2px;	
	padding-top: 2px;	
	text-align: center;
}

.menuGlowne_smis td
{
	height: 18px;
	vertical-align: middle;
}
	/* SelectedStyle */
.menuGlowne_sss
{
	
}
	/* HoverStyle */
.menuGlowne_shs
{
	color: #BDCEEF;
}
	/* elementy: dynamiczne */

	/* MenuStyle */
.menuGlowne_dms
{
	border: #5F76A0 1px solid;	
	border-collapse: separate;
}
	/* MenuItemStyle */
.menuGlowne_dmis
{
	color: #000000;	
	font-size: 11px;

	padding-right: 3px;	
	padding-left: 3px;	
	padding-bottom: 2px;	
	padding-top: 2px;	
/* dodaję!!! ze względu na Mozillę */
	background-color: #FFFFFF;
}

.menuGlowne_dmis td
{
	height: 26px;
	vertical-align: middle;
}
	/* SelectedStyle */
.menuGlowne_dss
{
	
}
	/* HoverStyle */
.menuGlowne_dhs
{
	background-color: #E0E7F8;
}

	/* pasek poniżej menu głównego */
	
#mnuBtm 
{	
	padding-right: 0px;	
	background-position: left top;	
	padding-left: 0px;	
	background-image: url(../img/menu_bottom.gif);	
	padding-bottom: 0px;	
	margin: 0px;	
	width: 840px;	
	padding-top: 0px;	
	background-repeat: repeat-x;	
	height: 2px;
} 

#mnuBtmCnt 
{	
	padding-top: 0px;	
	text-align: center;
}

/*------------------------------------------------------------*/

/* menu: boczne */

#submenu
{
	
}

.menuBoczne
{
	width: 100%;
	cursor: pointer !important;	
}

.menuBoczne table
{
	width: 100%;
}
.menuBoczne table td
{
	border-top: 1px solid #ffffff;
}
	/* RootNodeStyle */
.menuBoczne_rns
{
}
	/* LeafNodeStyle */
.menuBoczne_lns
{
}
	/* NodeStyle */
.menuBoczne_ns
{
	padding: 6px 2px 6px 2px;
	text-indent: -2px;
	font-weight: normal;
	font-size: 10px;	
	color: #000000;	
}
	/* ParentNodeStyle */
.menuBoczne_pns
{
}
	/* SelectedNodeStyle */
.menuBoczne_sns
{
	color: #a7103d;
}
	/* HoverNodeStyle */
.menuBoczne_hns
{
	color: #a7103d;
}

/*------------------------------------------------------------*/

/* mapa */

.mapaSerwisu
{
}
	/* RootNodeStyle */
.mapaSerwisu_rns
{
}
	/* LeafNodeStyle */
.mapaSerwisu_lns
{
}
	/* NodeStyle */
.mapaSerwisu_ns
{
	padding: 3px;

	font-weight: normal;
	font-size: 11px;	
	color: #000000;	
}
	/* ParentNodeStyle */
.mapaSerwisu_pns
{
}
	/* SelectedNodeStyle */
.mapaSerwisu_sns
{
	color: #a7103d;
}
	/* HoverNodeStyle */
.mapaSerwisu_hns
{
	color: #a7103d;
}

/*------------------------------------------------------------*/

/* stopka */

#footer
{
	clear: left;
	width: 840px;
	height: 55px;
	text-align: center;
	padding-top: 20px;
	background-image: url(../img/foot_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.smnuLnk
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 10px;
	font-weight: normal;
}

A.smnuLnk:link { text-decoration: none; }
A.smnuLnk:visited { text-decoration: none; }
A.smnuLnk:active { text-decoration: none; }
A.smnuLnk:hover { text-decoration: none; COLOR: #a7103d; }



