.ddmx {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    -moz-user-select: none;
    background: url(/images/nav2_bar_bg.gif) repeat-x;
}
.ddmx .item1,
.ddmx .item1-active {
    line-height: 22px;
    padding-left: 0px;
    color: #003366;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor:hand;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	background: url(/images/nav2_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 9.5px;
	height: 25px;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    line-height: 22px;
    padding-left: 0px;
    color: #800000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor:hand;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	background: url(/images/nav2_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 9.5px;
	height: 25px;
}
.ddmx .item3,
.ddmx .item3-active {
    line-height: 22px;
    padding-left: 0px;
    color: #003366;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor:hand;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	background: url(/images/nav2_bg.gif) repeat-x;
	font-weight: bold;
	font-size: 9.5px;
	height: 25px;
}
.ddmx .item3:hover,
.ddmx .item3-active:hover {
    line-height: 22px;
    padding-left: 0px;
    color: #003366;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    cursor:hand;
	text-transform: capitalize;
	vertical-align: middle;
	text-align: center;
	background: url(/images/nav2_bg_roll.gif) repeat-x;
	font-weight: bold;
	font-size: 9.5px;
	height: 25px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #DADDE7;
	width: 190px;
    line-height: normal;
    padding: 3px 0px 3px 0px;
    color: #000000;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 500;
	text-transform: capitalize;
}
.ddmx .item2 {
    background: #9FA7C1;
    line-height: normal;
    /*padding: 3px 30px 3px 20px;*/
	width: 190px;
    padding: 3px 0px 3px 0px;
    color: #000000;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
	text-transform: capitalize;
}
.ddmx .item4,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
	background: #DADDE7;
	width: 190px;
    line-height: normal;
    padding: 3px 0px 3px 0px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 500;
	text-transform: capitalize;
	text-align: right;
}
.ddmx .item4 {
    background: #9FA7C1;
    line-height: normal;
    /*padding: 3px 30px 3px 20px;*/
	width: 190px;
    padding: 3px 0px 3px 0px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: hand;
    white-space: nowrap;
    display: block;
    position: relative;
	text-transform: capitalize;
	text-align: right;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	background: #AEB1B8;
	padding: 2px 1px 1px 2px;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	border-top: 2px solid #FFFFFF;
	border-right: 2px none #AEB1B8;
	border-bottom: 2px none #AEB1B8;
	border-left: 2px none #AEB1B8;

}

* html .ddmx td { 	
	position: relative;
	background: url(/images/nav2_bar_bg.gif) repeat-x; 
} /* ie 5.0 fix */
