.ddmx {
	font: 10px arial;
	width: 232px;	/* 257 - 15 */
}

.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: 4px 0 4px 0;
	/*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;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 1px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	
}

.ddmx .item1:hover,.ddmx .item1-active:hover {
	padding: 4px 0 4px 0;
	/*background: #f5f5f5;*/
	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;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 1px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;	
}

.ddmx .item2,.ddmx .item2:hover,.ddmx .item2-active,.ddmx .item2-active:hover
	{
	padding: 3px 8px 4px 8px;
	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; /**/
	z-index: 500;
	margin-bottom: 1px;
	margin-left: 1px;
	border-bottom: 0 solid #ffffff;
}

.ddmx .item2 {
	background: #cccccc;
	border-bottom: 0 dotted #cccccc;
	margin-bottom: 1px;	
}

.ddmx .item2:hover,.ddmx .item2-active,.ddmx .item2-active:hover {
	background: #eeeeee;
}

.ddmx .arrow,.ddmx .arrow:hover {
	padding: 3px 26px 4px 8px;
	margin-bottom: 1px;
	border-bottom: 0 solid #ffffff;	
}

.ddmx .item2 img,.ddmx .item2-active img {
	position: absolute;
	top: 4px;
	right: 4px;
	border: 0px;
}
.ddmx .section {
	width: 220px;
    border: 0 solid #b8b4ae;
    position: absolute;
    visibility: hidden;
	z-index: 2001;
}
.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; /**/
	z-index: 500; /**/
	margin-bottom: 0;
	margin-left: 0px;
	background: #104E8B;
}

* html .ddmx td {
	position: relative;
}  /* ie 5.0 fix */

