﻿.dmx {
    font: 11px tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
	padding: 3px 10px 3px 10px;
	font: 12px arial;
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
	padding: 6px 50px 6px 10px;
	font: 11px tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.dmx .item2 {
	color: #000000;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover  {
	color: #FFFFFF;
	background-image: url('images/transparent2.png');
}

.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
	color: #000000;
}

.dmx .arrow,
.dmx .arrow:hover {
	padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
	border-style: none;
	border-width: 5;
	border-color: inherit;
	position: absolute;
	top: 4px;
	right: 1px;
	color: #FF3300;
}
.dmx .section {
	border-style: solid;
	border-width: 0px;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	color: #FF3300;
	background-image: url('images/transparent.png');
}
/* ie 5.0 fix */