.ddsmoothmenu ul {
    /*z-index: 100;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ddsmoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
}

.ddsmoothmenu ul li a {
    display: block;
    text-decoration: none;
}

* html .ddsmoothmenu ul li a {
    display: inline-block;
}

.ddsmoothmenu ul.toprightmenu li a.selected,.ddsmoothmenu ul.topleftmenu li a.selected {
    color: #fff;
}

.ddsmoothmenu ul li ul {
    position: absolute;
    left: 0;
    top: 35px!important;
    display: none;
    visibility: hidden;
    background: url(../img/topmainmenu_bg.png) repeat top left;
}

.ddsmoothmenu ul.toprightmenu li ul, .ddsmoothmenu ul.topleftmenu li ul {
    top: 27px!important;
}

.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
}

.ddsmoothmenu ul li ul li ul, .ddsmoothmenu ul.topleftmenu li ul li ul  {
    top: 0!important;
}

.ddsmoothmenu ul.toprightmenu li ul li a,.ddsmoothmenu ul.topleftmenu li ul li a {
    border-top: 1px #b1404a solid;
    position: relative;
    background: url(../img/top_bg.png) repeat top left;
    padding: 11px;
}

.ddsmoothmenu ul li ul li a {
    width: 148px;
    border-top: 1px #59637a solid;
    margin: 0;
    padding: 4px 11px;
}

.ddsmoothmenu ul li ul li a:hover {
    background: url(../img/topmainmenu_overbg.png) repeat top left;
    display: block;
    color: #fff;
}

.ddsmoothmenu ul.toprightmenu li ul li a:hover,.ddsmoothmenu ul.topleftmenu li ul li a:hover {
    background: url(../img/topmenu_over.png) repeat top left;
}

* html .ddsmoothmenu {
    height: 1%;
}

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
    display: none;
}

.rightarrowclass {
    position: absolute;
    right: 10px;
    top: 22px;
}

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}

.toplevelshadow {
    opacity: 0.8;
}

.ddsmoothmenu ul li ul li 
{
    background: none;
    text-transform: none;
    padding: 0;
}

.ddsmoothmenu ul li ul li a {
    text-transform: none;
}

.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a.sele {
    color: #46acee;
}

.daymenudropdown ul {
    /*z-index: 100;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.daymenudropdown ul li {
    position: relative;
    display: inline;
    float: left;
}

.daymenudropdown ul li a {
    display: block;
    text-decoration: none;
}

* html .daymenudropdown ul li a {
    display: inline-block;
}


.daymenudropdown ul li ul, .goalmenu ul li ul, .bot_buttons ul li ul {
    display: none;
    visibility: hidden;
}
