.ddsmoothmenu{height:32px;background:url(../images/menu_bg.gif);}

.ddsmoothmenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none;}
.ddsmoothmenu li{list-style:none; float:left; padding:0; margin:0; width:120px;position: relative;display: inline;}
.ddsmoothmenu ul li a{display: block;color: #ffffff;text-decoration: none;}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden;}
.downarrowclass{position: absolute;top: 10px;right: 17px;}


.ddshadow{position: absolute;left: 0;top: 0;width: 0;height: 0;background: silver;}

.toplevelshadow{opacity:0;filter: Alpha(Opacity=0, Style=0);-moz-opacity:0;}