.ddsmoothmenu { background: #ff3300; width: 670px;}
.ddsmoothmenu ul { z-index:100; margin: 0; padding: 0; list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li { position: relative; display: inline; float: left; }
/*Top level menu link items style*/
.ddsmoothmenu ul li a { display: block; background: #ff3300;color: #ffffff; padding: 3px 8px; border-right: 1px solid #FF6600; text-decoration: none; font-weight:bold; }
* html .ddsmoothmenu ul li a { /*IE6 hack*/ display: inline-block; }
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #ffffff; text-decoration: none;}
.ddsmoothmenu ul li a:hover { background: #FF6600;color: #ffffff; text-decoration: none;}
/*1st sub level menu*/
.ddsmoothmenu ul li ul { position: absolute; left: 0; display: none; visibility: hidden; background:#ffffff; border: 1px solid #cccccc; }
/*Sub level menu list items*/
.ddsmoothmenu ul li ul li { display: list-item; float: none; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 0; }
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a { width: 140px; /*width of sub menus*/ padding: 2px; margin: 0; border-right: 0; background:#ffffff; color:#000000; font-weight:normal; }
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited { color:#000000; }
.ddsmoothmenu ul li ul li a:hover { background:#ff3300; color:#ffffff; }
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass { position: absolute; top: 12px; right: 7px; display:none; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; background: #eeeeee; }
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/ opacity: 0.8; }
