/* ramka glownego menu */
.ddmx {
	margin-left: 5px;
    border: 1px solid #2b1103;
    font: 11px verdana;
}

/* glowne menu nieaktywne */
.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:active{
    padding: 3px 5px 3px 5px;
    background: #2b1103 url('../img/png/menu_bg_01.png') no-repeat right;
    border: 1px solid #2b1103;
    font: 11px verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

/* glowne menu aktywne */
.ddmx .item1:hover{
    padding: 3px 5px 3px 5px;
    background: #6b4133 url('../img/png/menu_bg_01.png') no-repeat right;
    border: 1px solid #2b1103;
    font: 11px verdana;
    color: #e5e5cc;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

/* polozenie pozycji submenu */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* 'wysuwanie pozycji submenu */
.transMenu .content {
	position:absolute;
}

/* wyswietlanie zawartosci submenu - po usunieciu samo submenu sie 'wysuwa' ale bez pozycji - z-index ->wazne */
.transMenu .items{
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:2px;
    border:1px solid #4b2113;
}

/* submenu */
.transMenu .item{
    font:11px verdana;
    color: #ffffff;
    text-decoration:none;
	font-weight:bold;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
/* tlo u gory i u dolu submenu */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
/*	-moz-opacity:.8;
	filter:alpha(opacity=80); */
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
/* cien pod submenu z prawej strony */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
/* cien pod submenu u dołu */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}

/* zachowanie tla submenu OnmouseOver */
.transMenu .item.hover {
	background: #dad7be;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/*pozycje submenu - czcionka */
.transMenu .item td{
	font-weight:bold;
}

/* kolor czcionki aktywnej submenu */
.transMenu .item.hover td{
	color:#2b1103;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
/* miejsce na grafike dla pozycji rozwijalnych submenu */
.transMenu .item img {
	margin-left:0px;
    position: relative;
    top: 1px;
    right: 3px;
    border: 0;
}
