.ddmx {
    font-family:Arial, Helvetica, sans-serif; font-size: 12px;
}
.ddmx .item1,
.ddmx .item1:link,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 5px 0px 5px 10px; /*'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
    text-decoration: none;
    display: block;
	border: 0px;
    position: relative;
	margin-bottom: 0px;
	border-bottom: 1px solid #ffffff;
	color:#263995;
	font-weight:bold;
}
.ddmx .item1 {
    background: #e2e2e2;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #d4d4d4;
    color: #263995;
}
.ddmx .arrow1,
.ddmx .arrow1:link,
.ddmx .arrow1:visited,
.ddmx .arrow1-active
 {
	padding: 5px 0px 5px 10px;
	margin-bottom:0px;
	height:14px;
	/*font-weight:bold;	
	width:149px;*/
}
.ddmx .arrow1:hover,
.ddmx .arrow1-active:hover
{
padding: 5px 0px 5px 10px;
background-image:url(../_repository/arb/arrow2_tiny3.gif);
background-repeat:no-repeat;
background-position:center right;
}
.ddmx .item2,
.ddmx .item2:link,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 5px 0px 5px 10px;
    text-decoration: none;
    display: block;
	margin-left: 2px;
	margin-bottom:0px;
	border-bottom: 1px solid #ffffff;
	position: relative;
	color:#263995;
	width:158px;
	z-index: 500;
}
.ddmx .item2 {
	background: #d4d4d4;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #e2e2e2;
	font-weight:bold;
}
.ddmx .arrow,
.ddmx .arrow:link,
.ddmx .arrow:visited,
.ddmx .arrow:hover,
.ddmx .arrow-active
.ddmx .arrow-active:hover {
	padding: 5px 0px 5px 10px;
	margin-bottom:0px;
	height:14px;
	background-image:url(../_repository/arb/arrow2_tiny3.gif);
	background-repeat:no-repeat;
	background-position:center right;
	/*font-weight:bold;	
	width:149px;*/
}
.ddmx .darker,
.ddmx .darker:link,
.ddmx .darker:visited,
.ddmx .darker:hover,
.ddmx .darker-active,
.ddmx .darker-active:hover {
	padding: 5px 0px 5px 10px;
    text-decoration: none;
    display: block;
	margin-left: 2px;
	margin-bottom:0px;
	border-bottom: 1px solid #ffffff;
	position: relative;
	color:#263995;
	width:158px;
	z-index: 500;
	/*font-weight:bold;*/
}
.ddmx .darker {
	background: #e2e2e2;
}
.ddmx .darker:hover,
.ddmx .darker-active,
.ddmx .darker-active:hover {
    background: #d4d4d4;
}


.ddmx .section {
	border: 0px #003366;
    /*border-style: solid solid solid solid;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width:160px;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */