html , body{
margin:0px;
padding:0px;
}

.ddmx {
    font: 10px verdana;
	color: #000000;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active {
    padding: 5px 0px 0px 0px;
    background: #FBB773;
    font: 10px Verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover{
 padding: 5px 0px 0px 0px;
    background: #FBB773;
    font: 10px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1-active:hover{
    background: #FBB773;
    font: 10px Verdana;
    color: #ffffff;
    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 1px 4px 8px;
    font: 10px Verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	
}
.ddmx .item2 {
    background: #FBB773;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #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 #FBB773;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background-color:#FBB773;
}

* html .ddmx td { position:relative;
margin:0; } /* ie 5.0 fix */
