.ddmx {
	margin: 0 auto;
	font: 10px arial;
	width: 230px;
}
.ddmx a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
	padding: 6px 8px 6px 8px;
	/*background: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	display: block; /*white-space: nowrap;*/
	position: relative;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 1px;
	border-bottom: 1px dotted #cccccc;	
}
.ddmx .item1:hover, .ddmx .item1-active:hover {
	padding: 6px 8px 6px 8px;
	background: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block; /*white-space: nowrap;*/
	position: relative;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	margin-left: 1px;
	border-bottom: 1px dotted #cccccc;	
}
.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	padding: 6px 8px 6px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block; /*white-space: nowrap;*/
	position: relative; /**/
	margin-left: 1px;
	border-bottom: 1px dotted #cccccc;
}
.ddmx .item2 {
	background: #9b0506;
	border-bottom: 1px dotted #cccccc;
	z-index: 2000;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	background: #740303;
	color: #fff;
}
/**
.ddmx .arrow, .ddmx .arrow:hover {
	padding: 3px 26px 4px 8px;
	border-bottom: 1px dotted #a2a602;
}
**/
.ddmx .item2 img,.ddmx .item2-active img {
	position: absolute;
	top: 4px;
	right: 4px;
	border: 0px;
	color: #fff;
}
.ddmx .section {
	width: 450px;
    border: 0 solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: 2000;
}
.ddmx .item3 {
	padding: 3px 8px 4px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative; /**/
	margin-bottom: 0;
	margin-left: 0px;
	background: #104E8B;
}
.ddmx .section a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
* html .ddmx td {
	position: relative;
	z-index: 2000;
}  /* ie 5.0 fix */
