﻿.dmx {
	font: 11px tahoma;
}

.dmx .item1,.dmx .item1-active {
	padding: 3px 10px 3px 10px;
	/*background: #000000;*/
	font: 12px arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}

.dmx .item1-active:hover {
	color: #760507;
	background: url("images/menu_hovr.jpg") repeat-x;
	line-height: 39px;
	height: 100%;
}

.dmx .item1:hover {
	background: url("images/menu_hovr.jpg") repeat-x;
	height: 100%;
	color: red;
}

.dmx .item2,.dmx .item2:hover,.dmx .item2-active,.dmx .item2-active:hover
	{
	padding: 13px 0px 14px 3px;
	font: 11px tahoma;
	color: #760507;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}

.dmx .item2 {
	background: url("images/menu_hovr.jpg") repeat-x;
	height: 100%; } .dmx   .item2 :hover , .dmx   .item2-active , .dmx
	.item2-active :hover {
	background: #ffffff;
}

.dmx .arrow,.dmx .arrow:hover {
	padding: 10px 15px 14px 8px;
}

.dmx .item2 img,.dmx .item2-active img {
	position: absolute;
	top: 10px;
	right: 0px;
	border: 0;
}

.dmx .section { /*border: 1px solid #b8b4ae;*/
	position: absolute;
	visibility: hidden;
	z-index: -1;
	margin-top: 13px;
}

* html .dmx .section {
	margin-top: 15px;
}
/* ie 5.0 fix */

