.ddsmoothmenu
{

}
.ddsmoothmenu ul
{
    z-index:100;
    list-style-type: none;
}
.ddsmoothmenu ul li
{
    position: relative;
    display: inline;
    float: left;
}
.ddsmoothmenu ul li span
{
	float:right;
}
* html .ddsmoothmenu ul li a
{
    display: inline-block;
}
.menu .ddsmoothmenu ul li ul
{
	margin-top: 0px;
    position: absolute;
    left: 0px !important;
    display: none;
    visibility: hidden;
    width: 250px;
    top: 40px;
    padding: 0px;
}
.menu .ddsmoothmenu ul li ul li
{
    display: list-item;
    float: none;
    background: rgba(6, 134, 6, 0.7);
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ddsmoothmenu ul li ul li ul
{
	top: 0px;
}
.menu .ddsmoothmenu ul li ul li ul
{
	margin-left: -251px;
	margin-top:0px;
}
.menu .ddsmoothmenu ul li ul li a
{
    margin: 0;
    text-transform: none;
    padding: 10px;
    text-transform: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: tahoma;
    color: #fff;
    text-align: left;
    line-height: normal;
    background: none;
}
.menu .ddsmoothmenu ul li ul a.selected,.menu .ddsmoothmenu ul li ul li a:hover
{	
	color: yellow;
    background: none rgba(6, 134, 6, 0.7) !important;
}
* html .ddsmoothmenu{height: 1%;}
.downarrowclass
{
    position: absolute;
    top: 12px;
    right: 7px;
    display:none;
}
.rightarrowclass
{
    position: absolute;
    top: 10px;
    right: 5px;
}
.ddshadow
{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}
.toplevelshadow
{
    opacity: 0.8;
}