@charset "utf-8";
/* kursor w pustej pozycji*/
.menu_pusty {
	cursor: default;
}


.ddmx {
    font: 11px tahoma;
}
/* komorka tabeli menu glownego */
.ddmx td {
	width: 160px;
	background-color: #C1C1C1;
}

/* menu glowne */
.ddmx .item1 {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	background-image: url(../grafika/menu_gl_tlo.gif);
	background-repeat: repeat-x;
/*	font: 12px arial; */
	font: 12px arial;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

a.item1:visited {
/*	font: 12px arial; */
	font: 12px arial;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
}

/* menu glowne - kursor nad, pozycja bez pod menu*/
.ddmx .item1:hover {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	background-image: url(../grafika/menu_gl_tlo_h.gif);
	background-repeat: repeat-x;
/*	font: 12px arial; */
	font: 12px arial;
	color: #003870;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
/* menu glowne - kursor nad sub menu*/
.ddmx .item1-active {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	background-image: url(../grafika/menu_gl_tlo_h.gif);
	background-repeat: repeat-x;
/*	font: 12px arial; */
	font: 12px arial;
	color: #003870;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
/* menu glowne - kursor nad, pozycja z pod menu*/
.ddmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	background-image: url(../grafika/menu_gl_tlo_h.gif);
	background-repeat: repeat-x;
/*	font: 12px arial; */
	font: 12px arial;
	color: #003870;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
/* sub menu - ust glowne*/
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #757575;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
/* sub menu - tlo*/
.ddmx .item2 {
	background-color: transparent;
	background-image: url(../grafika/menu_pod_tlo.gif);
	background-repeat: repeat-x;
}

a.item2:visited {
    font: 11px tahoma;
    color: #757575;
    font-weight: bold;
    text-decoration: none;
}

/* sub menu - kursor nad */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: transparent;
	background-image: url(../grafika/menu_pod_tlo.gif);
	background-repeat: repeat-x;
	color: #003870;
}

/**/
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
/**/
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section {
	border: 1px solid #b8b4ae;
	margin: 0px 0px 0px 0px;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* BIP */
.ddmx .item1_bip {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #B1B2B4;
	font: 12px arial;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
	display: block; /*white-space: nowrap;*/
	position: relative;
}

a.item1_bip:visited {
	font: 12px arial;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
}

/* menu glowne - kursor nad, pozycja bez pod menu*/
.ddmx .item1_bip:hover {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CFD0D1;
	font: 12px arial;
	color: #003870;
	font-weight: bold;
	text-decoration: none;
	display: block; /*white-space: nowrap;*/
	position: relative;
}
/* menu glowne - kursor nad sub menu*/
.ddmx .item1_bip-active {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CFD0D1;
	font: 12px arial;
	color: #003870;
	font-weight: bold;
	text-decoration: none;
	display: block;
	/*white-space: nowrap;*/
	position: relative;
}
/* menu glowne - kursor nad, pozycja z pod menu*/
.ddmx .item1_bip-active:hover {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CFD0D1;
	font: 12px arial;
	color: #003870;
	font-weight: bold;
	text-decoration: none;
	display: block;
	/*white-space: nowrap;*/
	position: relative;
}