.ddmx {
    font: 10px arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 2px 20px 1px 0px;
    background: #CFD6DF;
    font: 11px tahoma;
    color: #444444;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	vertical-align:middle;
	height:16px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover
{
color:#A5080C;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 40px 2px 3px;
    font: 10px arial;
    color: #4371A1;
    font-weight: 500;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #CFD6DF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
  color: #ffffff;
    background:#6D90B4;
}



.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 1px 8px 1px 8px;
    font: 10px arial;
    color: #35679A;
    font-weight: 500;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item3 {
	padding-left:15px;
    background: #F9FAFB;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	padding-left:15px;
	color: #A5080C;
	background-color:#ffffff;
}



.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 #96B4D3;
	border-top:1px solid #AD6668;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}



.ddmx .item2l,
.ddmx .item2l:hover,
.ddmx .item2l-active,
.ddmx .item2l-active:hover {
    padding: 2px 40px 2px 3px;
    font: 10px tahoma;
    color: #4371A1;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2l {
    background: #ffffff;
}
.ddmx .item2l:hover,
.ddmx .item2l-active,
.ddmx .item2l-active:hover {
  color: #A5080C;
  background: #CFD6DF;
  
}

.ddmx .item2l_2,
.ddmx .item2l_2:hover,
.ddmx .item2l_2-active,
.ddmx .item2l_2-active:hover {
    padding: 2px 40px 2px 3px;
    font: 10px tahoma;
    color: #4371A1;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2l_2 {
    background: #CFD6DF;
}
.ddmx .item2l_2:hover,
.ddmx .item2l_2-active,
.ddmx .item2l_2-active:hover {
  color: #A5080C;
  background: #CFD6DF;
  
}


.ddmx .item3l,
.ddmx .item3l:hover,
.ddmx .item3l-active,
.ddmx .item3l-active:hover {
    padding: 1px 8px 1px 8px;
    font: 10px arial;
    color: #35679A;
    font-weight: 500;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item3l {
	padding-left:15px;
    background: #ffffff;
}
.ddmx .item3l:hover,
.ddmx .item3l-active,
.ddmx .item3l-active:hover {
	padding-left:15px;
	color: #A5080C;
  background: #CFD6DF;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */

