.dmx {
 float:right;
 background: url("img/pasek.png") no-repeat -5px top;
		}

.dmx td a {
  font-size:: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
	position: relative;
	height: 30px;
	width: 161px;

}

.dmx td {padding:0px;padding-right:4px;margin:0px;text-align:left;}

.dmx .item1-1 
{	height: 30px;
	width: 161px;
	background: url("img/menu1.jpg") no-repeat left top;}

.dmx .item1-2 
{	height: 30px;
	width: 161px;
	background: url("img/menu2.jpg") no-repeat left top;}

.dmx .item1-3
{	height: 30px;
	width: 161px;
	background: url("img/menu3.jpg") no-repeat left top;}

.dmx .item1-4 
{	height: 30px;
	width: 161px;
	background: url("img/menu4.jpg") no-repeat left top;}
	
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover
{color:black;
font-size:12px;
padding-top:3px;
padding-bottom:3px;
width:auto;height:auto;
padding-left:4px;
font-weight: bold;
text-decoration: none;
width:auto;
position: relative;
z-index: 500;
}

.dmx .item2 
	{
    background: #e5e1da;
	}

.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover 
	{
    background: #ffffff;
	}
	
.dmx .arrow,
.dmx .arrow:hover 
	{
    padding-left:4px;
	}
.dmx .item2 img,
.dmx .item2-active img
	{
    position: absolute;
    top: 4px;
    right: 1px;float:right;
    border: 0;
	}
	
.dmx .section 
	{background: #e5e1da;
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1; padding:0px;margin:0px;width:161px;
	}

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

