.ddsmoothmenu{

width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.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 li a:link, .ddsmoothmenu ul li a:visited{
color:#fff;
}

.ddsmoothmenu ul li a.selected{
background: none; 
color: #000;
}

.ddsmoothmenu ul li ul li a.no-link, .ddsmoothmenu ul li ul li a.no-link:hover{
	color:#fff!important;
}

.ddsmoothmenu ul li a:hover{
background: none;
color: white;
}
	
.ddsmoothmenu ul li ul{
background:#1c1c1c;

font-size:8px;
position: absolute;
left: 0px;
margin:0 0 0 0px;
display: none;
visibility: hidden;
}

.ddsmoothmenu ul li ul li{
display: list-item;


}

.ddsmoothmenu ul li ul li ul{

top: 0px;

}

.ddsmoothmenu ul li ul li a{
position:relative;
width: 135px;
padding: 0px;
margin: 0 0 0 0px!important;
border-top-width: 0;
border-bottom: 1px solid gray;
}

* html .ddsmoothmenu{height: 1%;}

.downarrowclass{
position: absolute;
top: 15px;
right: 18%;
}

.rightarrowclass{
position: absolute;
top: 14px;
right: 5px;
}

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
display:none;
}

.toplevelshadow{
opacity: 0.8;
}