.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   
	padding-left:40px;
	padding-top:1px;
	padding-bottom:3px;
    font: 10px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width:112px;
    color: #30295D;
	
}
.ddmx .item1
{
    color: #30295D;

}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover
{
background-image:url(../img/menu-over.jpg);
background-repeat:no-repeat;
color:#ffffff;
}
.ddmx .item1-active:hover
{
color:#FFFFFF;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 8px 3px 8px;
    font: 10px tahoma;
    color: #D0DDE3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #AF0D1C;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #EFA370;
}
.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 #EFA370;
    position: absolute;
    visibility: hidden;
	background-color:#AF0D1C;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; vertical-align:top; } /* ie 5.0 fix */