#menudiv{
	position: absolute;
	top: 147px;
	left: 2px;	
}

.ddmx {
    font: 11px verdana, helvetica, arial;
}

.ddmx .item1 {
    padding: 0;
    background: url(../pix/meny_bg.jpg);
	background-position: top;
    font: verdana, helvetica, arial;
	font-size: 11px;
    color: #947867;
	font-weight: bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 237px;
	height: 24px;
}

.ddmx .item1 .padder, .ddmx .item1:hover .padder, .ddmx .item1-active .padder {
	display: block;
	padding: 0px 10px 0px 35px;
}

.ddmx .item1:hover {
    padding: 0;
    background: url(../pix/meny_over.jpg);
	background-position: top;
    font: verdana, helvetica, arial;
	font-size: 11px;
    color: #e71000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 237px;
	height: 24px;
}

.ddmx .item1-active {
    padding: 0;
    background: url(../pix/meny_inne.jpg);
	background-position: top;
    font: verdana, helvetica, arial;
	font-size: 11px;
    color: #e71000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 237px;
	height: 24px;
}

.ddmx .item1-active:hover {
    padding: 0;
    background: url(../pix/meny_over.jpg);
	background-position: top;
    font: verdana, helvetica, arial;
	font-size: 11px;
    color: #e71000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 237px;
	height: 24px;
}



.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 5px 10px;
    font: verdana, helvetica, arial;
	font-size: 11px;
    color: #e71000;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500;
	width: 147px;
	background: #f5eede;
}
.ddmx .item2 {
    background: #d8d2c6;
    color: #947867;
}

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

.ddmx .bottom,
.ddmx .bottom:hover {
	border: 0;
}

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