.ddmx {
    font: 11px arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #000000;
    font: 11px arial;
	text-align : left;		
    color: #898989;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2 {
    background: #002075;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #002075;
}
.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;
}
.ddmx .section {
	border: 1px solid #ffffff;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	left: 779px;
	top: 37px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.ddmx2 {
    font: 11px arial;
}
.ddmx2 .item1{
    background: #ffffff;
    font: 11px arial;
    color: #898989;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	font-family : Verdana,Helvetica,Sans-serif,Arial;
}
.ddmx2 .item1:hover,
.ddmx2 .item1-active,
.ddmx2 .item1-active:hover {

    background: #ffffff;
    font: 11px arial;
    color: #0274e4 ;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	font-family : Verdana,Helvetica,Sans-serif,Arial;
}
.ddmx2 .item2,
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px arial;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx2 .item2 {
    background: #878787;
	 color: #ffffff;	 
	-moz-opacity:.90;
	filter:alpha(opacity=90);	
}
.ddmx2 .item2:hover,
.ddmx2 .item2-active,
.ddmx2 .item2-active:hover {
    background: #6d6d6d;
 	 color: #ffffff;
	-moz-opacity:1.0;	
	filter:alpha(opacity=100);
}

.ddmx2 .arrow,
.ddmx2 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx2 .item2 img,
.ddmx2 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx2 .section {
    border: 1px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx2 .bottom,
.ddmx2 .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx2 td { position: relative; } /* ie 5.0 fix */

