	/* domyslne formatowanie tagow li w menu */
	#menuindex li{
		list-style-type:none;
		position:relative;
	    width: 149px;
		border-bottom-style: solid;
		border-bottom-color: white;
		border-bottom-width: 1px;
		text-align: left;
		vertical-align: middle;
		font-family: Trebuchet MS;	
		font-size: 12px;
		height:auto;
		width:153px;
	}
	/* domyslne formatowanie tagow ul w menu */
	#menuindex ul{
		margin:0px;
		padding:0px;
		position:relative;
	    zoom: 1;
	    margin-left: 0px;
	    list-style: none;
	    list-style-image:none;
	    list-style-type: none;
	}
 	/* tylko div otaczajacy menu */
	#menuindex div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS - div zawierajacy cale menu */
	#menuindex{		
		width:149px;	
		visibility:hidden;
	}
 
	/* All A tags - i.e menu items. */
	#menuindex a{
		text-decoration:none;	
		/*display:block;*/
		clear:both;
		width:149px;
		padding:2px;	
		color:white;
		float:none;
		border:none;
		cursor:pointer;
		cursor:hand;
	}
	/* domyslnie buttony */
	#menuindex button, #menuindex input{
		overflow:hidden;
		border: none;
		text-decoration:none;	
		width:153px;
		max-width:153px;
		padding-left:4px;
	    vertical-align: top;
	    text-align: left;
	    text-decoration: none;
	    color:black;
		cursor:pointer;
		float:none;
		clear:both;
		background-color: white;
		/*cursor:pointer;
		cursor:hand;*/
	}
	/* najehane buttony */
	#menuindex button:hover, #menuindex input:hover{
	    background-color: #faf4cb;;
	}

	/*
	A & BUTTON tags - rozgalezienia - rozwiniecia menu oraz koncowe buttony <a></>
	*/
	#menuindex .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		float:none;
		
	}	
	#menuindex .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		float:none;
	}	
	#menuindex .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		float:none;
	}	
	#menuindex .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		font-style:italic;
		float:none;
	}	
	#menuindex .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		float:none;
	}
	#menuindex .slMenuItem_depth6{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		float:none;
	}
	#menuindex .slMenuItem_depth7{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		float:none;
	}
	
	
	
	/*
	only A tags - rozgalezienia - rozwiniecia menu oraz koncowe buttony <a></>
	*/
	#menuindex a.slMenuItem_depth1{	/* Main menu items */
		font-weight:bold;
		color:white;
		border:none;
	}	
	#menuindex a.slMenuItem_depth2{	/* Sub menu items */
		color:#000000;
		font-weight:bold;
		border:none;
	}	
	#menuindex a.slMenuItem_depth3{	/* Sub menu items */
		color:#000000;
		font-weight:bold;
		border:none;
	}	
	#menuindex a.slMenuItem_depth4{	/* Sub menu items */
		color:silver;
		cursor:pointer;
		border:none;
	}	
	#menuindex a.slMenuItem_depth5{	/* Sub menu items */
		font-style:italic;
		cursor:pointer;
		border:none;
	}
	#menuindex a.slMenuItem_depth6{	/* Sub menu items */
		font-style:italic;
		cursor:pointer;
		border:none;
	}
	#menuindex a.slMenuItem_depth7{	/* Sub menu items */
		font-style:italic;
		cursor:pointer;
	}
	
	/**
	 * kontenery rozgalezien - LI zawierajacy etykiete (A tags) i DIV z kolejnym menu
	 */
	.nodesmenuindex_1{
		background-image:url(../kat/image/pierwszybuttontile.jpg);
		background-position:top;
		background-repeat:y-repeat;
		background-position-x:right;
		background-color: White;
		color:white;
	}
	.nodesmenuindex_2{
		color:white;
		background-color:#ffc700;
	}
	.nodesmenuindex_3{
		color:white;
		background-color:#dda000;
	}
	.nodesmenuindex_4{
		color:white;
		background-color:#ff8000;
	}
	.nodesmenuindex_5{
		color:white;
		background-color:#ff8000;
	}
	.nodesmenuindex_6{
		color:white;
		background-color:#ff8000;
	}
	/* warstwy otaczajace poszczegolne poziomy menu */
	DIV.slideMenuDiv2{
		padding-left:1px;
		border-left-color:#ff0000;
		border-left-style:solid;
		border-left-width:1px;
		float:none;
	}
	DIV.slideMenuDiv3{
		padding-left:3px;
		border-left-color:black;
		border-left-style:solid;
		border-left-width:2px;
		float:none;
	}
	DIV.slideMenuDiv4{
		padding-left:5px;
		border-left-color:#e6e600;
		border-bottom-style:solid;
		border-bottom-width:2px;
		float:none;
	}
	DIV.slideMenuDiv5{
		padding-left:7px;
		border-left-color:#ff0000;
		border-bottom-style:solid;
		border-bottom-width:2px;
		float:none;
	}
	DIV.slideMenuDiv6{
		padding-left:9px;
		border-left-color:black;
		border-bottom-style:solid;
		border-bottom-width:2px;
		float:none;
	}
	DIV.slideMenuDiv7{
		padding-left:11px;
		border-left-color:#e6e600;
		border-bottom-style:solid;
		border-bottom-width:2px;
		float:none;
	}
