.ddsmoothmenu-H{ font-size:14px; /*background of menu bar (default state)*/width: 100%;}
.ddsmoothmenu-H ul{ z-index:100; margin: 0; padding: 0; list-style-type: none;}
/*Top level list items*/
.ddsmoothmenu-H ul li{ position: relative; display: inline; float: left;}
/*Top level menu link items style*/
.ddsmoothmenu-H ul li a{ display: block; background:none; /*background of menu items (default state)*/ color: white; padding:10px 22px; text-decoration: none; border-left:2px solid #fff;}
* html .ddsmoothmenu-H ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block;}
.ddsmoothmenu-H ul li a:link, .ddsmoothmenu-H ul li a:visited{ color: #fff;}
.ddsmoothmenu-H ul li a.selected {  background:#f15a23; background:#f15a23 !important; color: white;}
.ddsmoothmenu-H ul li a:hover{ background:#ff9900; /*background of menu items during onmouseover (hover state)*/ color: white;}
/* sub menus */
.ddsmoothmenu-H ul li ul{ position: absolute; left: -3000px; display: none; /*collapse all sub menus to begin with*/ visibility: hidden; min-width:150px;}
/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu-H ul li ul li{ display: list-item; float:none;}
.ddsmoothmenu-H ul li ul li a:link,.ddsmoothmenu-H ul li ul li a:visited{ color:#fff; padding:0 30px; line-height:30px; border-bottom:1px solid #c30;}
.ddsmoothmenu-H ul li ul li a:hover,.ddsmoothmenu-H ul li ul li a.selected{ border-bottom:1px solid #c30;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu-H ul li ul li ul{ top: 0;}
/* Sub level menu links style */
.ddsmoothmenu-H ul li ul li a{ padding:5px 0; margin: 0; border-top-width: 0; border-bottom:1px solid #c30;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-H{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{ position: absolute; top: 14px; right:20px;}
.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-color:none;}
.toplevelshadow{ margin: 5px 0 0 5px; opacity:1;}
.ddcss3support .ddshadow.toplevelshadow { margin: 0;}
.ddcss3support .ddshadow { background-color:#f15a23; box-shadow: 0 0 0 #aaa; -moz-box-shadow: 0 0 0 #aaa;-webkit-box-shadow: 0 0 0 #aaa;}