	.ddmx {
		font: 11px tahoma;
		border-collapse: collapse;
		border: 0px solid #ffffff;
    border-right-width: 1px;
	}

	.ddmx .item1,
	.ddmx .item1:visited,
	.ddmx .item1:hover,
	.ddmx .item1-active,
	.ddmx .item1-active:visited,
	.ddmx .item1-active:hover {
		background: rgb(255,100,4);
		font: 11px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		white-space: wrap;
		position: relative;
		border: 1px solid #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px; 
    
		border-bottom-width: 0px;
		height: 45;
		width: 100px;
		border-collapse: collapse;
		padding-left: 3px;
		padding-top: 3px;
		font-style: normal;
		letter-spacing: -1px;
		
	}

	.ddmx .item1:hover,
	.ddmx .item1-active,
	.ddmx .item1-active:visited,
	.ddmx .item1-active:hover {
		color: #ffffff;
		background: rgb(87,110,169);
	}

	.ddmx .item2,
	.ddmx .item2:hover,
	.ddmx .item2:visited,
	.ddmx .item2-active,
	.ddmx .item2-active:visited,
	.ddmx .item2-active:hover {
		border-collapse: collapse;
		color: #ffffff;
		background: rgb(87,110,169);
		font-weight: bold;
		text-decoration: none;
		display: block; /* bez tego wieszalo mi sie IE :) */
		width: 110px;
		position: relative; /* musi byc bo inaczej menu sie rozwija ale nie linkuje */
		z-index: 500;
		border-color: rgb(153,153,153);
		border-left-width: 1px; 
		border-top-width: 0px;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-collapse: collapse;
		border-style: solid ;
		padding-left: 2px;
		padding-bottom: 2px;
		padding-top: 2px;
		
	}

	.ddmx .item2 {
		background: rgb(87,110,169);
		
	}


  .ddmx .item2-active:visited,
	.ddmx .item2-active:link
	{
		background: #ff8b2a;
	}
	
.ddmx .item2:hover,
	.ddmx .item2-active,
	.ddmx .item2-active:hover {
		background: rgb(255,193,42);
	}


	.ddmx .arrow
	{
		background: rgb(87,110,169);
		width: 110px;
	}

.ddmx .arrow:hover{
  background: rgb(255,193,42);
}

	.ddmx .item2 img,
	.ddmx .item2-active img{
		position: absolute;
		top: 4px;
		right: 1px;
		border: 0;
		
	}


	.ddmx .section {
		border: 1px solid #b8b4ae;
		position: absolute;
		visibility: hidden;
		/* width: 40px; */
		width: 110px;
		z-index: -1;
		
	}


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