.ddsmoothmenu {
font: 14px Verdana;
text-align: left;
width:650px;
float:right;
}

.ddsmoothmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
display: block;
}

/*Top level list items*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
text-align:center;
white-space: nowrap;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
display: block;
color: #BEBEBE;
padding: 8px 11px;
text-decoration: none;
border-bottom: 1px solid #514d4e;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #BEBEBE;
}

.ddsmoothmenu ul li a:hover {
color: #ffffff;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
.ddsmoothmenu ul li ul {
    display: none;
}