
#mainMenuContainer {
    height: auto;
    background: url(../images/bg_main_navigation.png) no-repeat;
    height: 37px;
    margin-left: 10px;
}

#mainMenu {
    padding: 7px 0px 0px 0px;
    margin: 0px;
    width: 700px;
    margin: auto;
}
/* IE prob fixed
* html  #mainMenuContainer {
    margin-top: 0px;
}
* html  #mainMenu {
    padding: 6px 0px 0px 0px;
}
*/
.ddmx ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ddmx li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
}

.ddmx a.item1:link, .ddmx a.item1:visited, .ddmx a.item1:active {
    color: #CC0000;
}
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    padding: 2px 10px 4px 10px;
    width: 95px;
    text-align: center;
    margin: 0px;
    float: left;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    font-size: 105%;
    font-weight: bold;
    line-height: 16px;
    height: 16px;
    position: relative;
}
/* IE prob fixed
* html .ddmx a.item1,
* html .ddmx a.item1:hover,
* html .ddmx a.item1-active,
* html .ddmx a.item1-active:hover  {
    padding: 4px 17px 4px 17px;
} 
*/
/*
.ddmx a.item1:first-letter,ddmx a.item1-active:first-letter {
    border-bottom: 1px solid #CC0000;
}
.ddmx a.item1:first-letter:hover,ddmx a.item1-active:first-letter:hover {
    color: #FFFFFF;
}*/

.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
    color: #FFFFFF;
}

/*.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 10px 4px 10px;
    margin: 0px;
    width: 140px;
    clear: both;
    display: block;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #666666;
    text-decoration: none;
    position: relative;
    z-index: 500;
    font-size: 133%;
    line-height: 8px;
    height: 8px;
}

.ddmx .item2-active,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    float: left;
    background-color: #999999;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    margin: 0px;
    padding: 0px;
    border: 0;
    position: absolute;
    top: 4px;
    right: 1px;
}*/

.ddmx .section {
    border: 1px solid #F2F2F2;
    float: left;
    margin: 0px;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html  .ddmx li {
    position: relative; /* ie 5.0 fix */
}

