.navText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	white-space: nowrap;
	background:#1871cd;
}
.ddmx {
    font: 9px Verdana;
}
.ddmx .item1,
.ddmx .item1-active{
    padding: 3px 0px 3px 0px;
    font: 11px Verdana;
    color:#F3F3F3;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 30;
}
.ddmx .bar,
.ddmx .bar-active{
    padding: 3px 0px 3px 0px;
    font: 11px Verdana;
    color:#F3F3F3;
	font-weight: bolder;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 3px 0px 3px 0px;
    font: 11px Verdana;
    color: #000;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 30;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color: #000000;
    background:#868787;
}
.ddmx .item1noImage {
    padding: 3px 0px 3px 0px;
    background: #1871cd;
    font: 11px Verdana;
    color: #55708d;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .section {
	background:#868787;
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: 20;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px Verdana;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border-bottom:1px solid #000000;
}
.ddmx .item2 {
    background: #868787;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #008ecd;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
