.ddmx a{
text-decoration:none;
}
.ddmx .homeBtn{
	background-image:url(../images/bulletarrow2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:200px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#014598;
	padding:3px 0px 3px 0px;
}
.ddmx .homeBtn:hover,
.ddmx .homeBtn-active,
.ddmx .homeBtn-active:hover {
	width:200px;
    background-image:url(../images/bulletarrow2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	color:#014598;
	display:block;
	background-color:#D4F6FF;
}
.ddmx .item1{
	width:200px;
	background-image:url(../images/navbulletarrow_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	color:#014598;
	display:block;
	padding:3px 0px 3px 0px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	width:200px;
    background-image:url(../images/navbulletarrow_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	color:#014598;
	display:block;
	background-color:#D4F6FF;
}
.ddmx .item1NoArrow{
	background-image:url(../images/navbulletarrow2_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:200px;
	font-weight:bold;
	text-decoration:none;
	color:#014598;
	display:block;
	padding:3px 0px 3px 0px;
}
.ddmx .item1NoArrow:hover,
.ddmx .item1NoArrow-active,
.ddmx .item1NoArrow-active:hover {
	width:200px;
    background-image:url(../images/navbulletarrow2_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	color:#014598;
	display:block;
	background-color:#D4F6FF;
}

.ddmx .item2{
	font-size:11px;
	color:#002164;
	background-color:#FFFAE9;
	padding:0px 3px 0px 3px;
	white-space: nowrap;
    position: relative;
	display:block;
    z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	font-size:11px;
	color:#002164;
	background-color:#D4F6FF;
	padding:0px 3px 0px 3px;
	text-decoration:none;
	white-space: nowrap;
    position: relative;
	display:block;
    z-index: 500;
}

.ddmx .item3{
	width:200px;
	background-image:url(../images/navbulletarrow_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	color:#014598;
	display:block;
	padding:3px 0px 3px 0px;
	background-color:#ECFCFF;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	width:200px;
    background-image:url(../images/navbulletarrow_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	color:#014598;
	display:block;
	background-color:#D4F6FF;
}
.ddmx .item3NoArrow{
	background-image:url(../images/navbulletarrow2_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:200px;
	font-weight:bold;
	text-decoration:none;
	color:#014598;
	display:block;
	padding:3px 0px 3px 0px;
	background-color:#ECFCFF;
}
.ddmx .item3NoArrow:hover,
.ddmx .item3NoArrow-active,
.ddmx .item3NoArrow-active:hover {
	width:200px;
    background-image:url(../images/navbulletarrow2_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	color:#014598;
	display:block;
	background-color:#D4F6FF;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 0px 16px 0px 3px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border:1px solid #002164;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */