.ddmx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ddmx .item1
 {
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #000000;
	background-image: url(../images/bg_topMenu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover{
	padding: 5px 10px 5px 10px;
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-image: url(../images/bg_topMenuHi.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ddmx .item2 {
	background-color: #79B5D5;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #FFFFFF;
	background-color: #316C91;
	background-image: url(../images/bg_topMenu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;

    background-image: url(../images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #224D66;
	border-right-color: #224D66;
	border-bottom-color: #224D66;
	border-left-color: #224D66;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

