#ddmx {
	position: absolute;
	top: 41px;
	left: 350px;
	z-index: 900;
}

.ddmx {
    font-size: 11px;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif
}

.ddmx .item1 {
    padding: 3px 10px 3px 10px;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border: 1px solid #ffffff;
}

.ddmx .item1-active {
    padding: 3px 10px 3px 10px;
    background: #e5eaf2;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border: 1px solid #003580;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #e5eaf2;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border: 1px solid #003580;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5eaf2;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
    white-space: nowrap;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
    white-space: nowrap;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border: 1px solid #003580;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    white-space: nowrap;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


/********** Global Navigation *************/

#ddm2 {
	position: absolute;
	top: 5px;
	left: 435px;
	z-index: 1000;
	white-space: nowrap;
}


.ddm2 {
    font-size: 10px;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif
}

.ddm2 .item1 {
    padding: 3px 8px 4px 8px;
    border: 1px solid #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
	color: #003580;
}

.ddm2 .item1-active,
.ddm2 .item1:hover,
.ddm2 .item1-active:hover {
    padding: 3px 8px 4px 8px;
	border: 1px solid #003580;
    text-decoration: none;
    display: block;
    position: relative;
	color: #003580;
	background:#e5eaf2;
}

.ddm2 .item1 {
    /*background: #0EA138;*/
    color: #003580;
}

.ddm2 .item1-active {
    background: #e5eaf2;
    color: #003580;
}

.ddm2 .item1:hover,
.ddm2 .item1-active:hover {
    background: #e5eaf2;
    color: #003580;
}

.ddm2 .item2,
.ddm2 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm2 .item2 {
    background: #e5eaf2;
    color: #003580;
}
.ddm2 .item2:hover {
    background: #ffffff;
    color: #003580;
}
.ddm2 .section {
	border: 1px solid #003580;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    white-space: nowrap;
}
.ddm2 .left, .ddm2 .left:hover { border-style: solid solid solid solid; }
.ddm2 .right, .ddm2 .right:hover { border-style: solid solid solid solid; }

* html .ddm2 td { position: relative; } /* ie 5.0 fix */

.separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003580;
	/*padding-bottom: 4px;
	margin-bottom: 4px;*/
}

