ul.dxw_menu_touch{
    padding:0;
    margin:0;
    background-color: #000000;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    color:white;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    float: left;
    width: 100%;
}
ul.dxw_menu_touch li{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    vertical-align: top;    
    padding-top: 0.8em;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    border-right-width-value: 1px;
    border-right-style-value: solid;
    border-right-color-value: #000000;
    height: 1.6em;
}


ul.dxw_menu_touch li.dxw_menuItem_touch{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333333;
    margin-bottom:-5px;
    text-align: left;
    float: left; 
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;    
}

ul.dxw_menu_touch li.dxw_menuButton_touch

{
    float: right;
    margin-left: -20px;
}


ul.dxw_menu_touch li.dxw_menuButton_touch .dxw_menuButton_visible_touch{
    display:block;
}

ul.dxw_menu_touch li.dxw_menuButton_touch .dxw_menuButton_hidden_touch{
    display:none;
}


.dxw_menu_js a, .dxw_menu a{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-weight:bold;
    padding:0px;
    text-decoration:none;
}

div.dxw_menu_js span.dxw_menuItem_js {
    padding:0;
    margin:0;
    }

div.dxw_menu_js span.dxw_menuItem_js a{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333333;
    margin-top:0;
    padding-top:0;
    padding-right:2px;
    padding-left:2px;
    margin-right:0px;
    margin-left:0px;
}

.dxw_menu_js, .dxw_menu {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    color: #ffffff;
    background-color: #000000;
    border-top-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-width: 3px;
    border-bottom-color: #333333;
    text-align: left;;
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    clear: both;
}

.dxw_menu_hidden{
        display: none;

}

