.ddmx
{
    font: 12px Verdana;
}

.ddmx .item1
{
    padding: 3px 15px 3px 15px;
    font: 12px Verdana;
    color: #f9ffdc;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    padding-top: 9px;
    height: 24px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover
{
    padding: 3px 15px 3px 15px;
    display: block;
    padding-top: 9px;
    font-weight: bold;
    height: 21px;
    font-size: 12px;
    color: #ddd886;
    text-decoration:none;
}


.ddmx h2
{
    padding: 0px;
    margin: 0px;
}
.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover
{
	padding: 5px 8px 0px 8px;
    font: 12px Verdana;
    height: 20px;
    color: #f9ffdc;   
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    background-color:#003000;
    position: relative;
    z-index: 500;
    width: 240px;
}
.ddmx .item2
{
    border-bottom: 1px solid #DDD886;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover
{
    color: #ddd886; 
    background: #003000;
    border-bottom: 1px solid #DDD886;
}
.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 #DDD886;
    position: absolute;
    background-color:#003000;
    visibility: hidden;
    z-index: 1000;
}

.section-sub h3
{
    padding: 0px;
    margin: 0px;
}
.ddmx .section-sub
{
    border: 1px solid #DDD886;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    margin-top: -1px;
    margin-left: -3px;
}


* html .ddmx td
{
    position: relative;
}
/* ie 5.0 fix */

.topnavWrapper
{
    border:0px solid red;
    width:550px;    
    margin:0px auto;    
    }

.topnav
{
    width: 550px;
    height: 36px;
    font-weight: bold;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    color: #f9ffdc;
}
.topnav ul
{
    margin-left: 0px;
    float: left;
    position: relative;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.topnav li
{
    list-style-type: none;
    position: relative;
    float: left;
    border-right: 0px solid #CCCCCC;
    height: 36px;
    text-align: center;
    width: 132px;
}
.topnav li h1
{
    margin: 0;
    padding: 0;
}
.topnav li h1 a
{
    display: block;
    color: #000000;
}
.topnav li h1 a:hover
{
    display: block;
    color: #000000;
}


