.ddsmoothmenu{
background: #fff; 
float:right

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
z-index: 9999;
font-size: 1.1em;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
color: white;
z-index: 9999;
}

.ddsmoothmenu ul li a{
display: block;
background: #fff; 
color: white;
padding: 3px 10px;
text-decoration: none;
z-index: 9999;
/*width: 83px;*/
font-size: 1.0em;
/*background-image: url(/theme/red/images/right.gif);
background-repeat: no-repeat;
background-position: right;
background-position: 93px 5px;*/
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
color: white;
z-index: 9999;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #000;
font-weight: bold;
}

.ddsmoothmenu ul li a.selected{ 
color: #000;
font-weight: bold;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:active{
color: #9f9e9e;
font-weight: bold;
}
	
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
color: white;
font-size: 1em;
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
color: white;
}

.ddsmoothmenu ul li ul li ul{
top: 0;
color: white;
}

.ddsmoothmenu ul li ul li a{
width: 125px; 
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
color: white;
}

* html .ddsmoothmenu{height: 1%;} 



.downarrowclass{
position: absolute;
top: 8px;
right: 5px;
}

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


.ddshadow{
position: absolute;
left: 0;
top: 0;
width: -0.2em;
height: -0.2em;
background: none;
}

.toplevelshadow{ 
opacity: 0.2;
}
