.ddsmoothmenu-H{ font-size:14px; background:#147bd7; /*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 of menu items (default state)*/color: white;padding:8px 20px; color:#2d2b2b;text-decoration: none; color:#fff; border-left:1px solid #79a5d2;}
* 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{ margin:0;}
.ddsmoothmenu-H ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/ background:#fc0; color:#333;}
.ddsmoothmenu-H ul li a:hover{background:#fc0; color:#333; /*background of menu items during onmouseover (hover state)*/}
/*1st sub level menu*/
.ddsmoothmenu-H ul li ul{position: absolute;left: 0;display: none; /*collapse all sub menus to begin with*/visibility: hidden; padding:10px 20px 5px; background:#fc0; border-left:1px solid #79a5d2;}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu-H ul li ul li{display: list-item;float: none; margin-bottom:5px;}
/*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{  width:92%;/*width of sub menus*/padding:3px 0 3px 9px;margin: 0;border-top-width: 0; border-bottom:1px solid 940503; color:#333;}
.ddsmoothmenu-H ul li ul li a:hover{ background:#79a5d2; color:#fff;}
/* 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: 13px;right:20px;}
.rightarrowclass{position: absolute;top: 6px;right:20px;}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ /*shadow for NON CSS3 capable browsers*/position: absolute;left: 0;top: 0;width: 0;height: 0;background:none;}
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/opacity: 0.1;}
