.ddsmoothmenu{ height:35px;  position:relative; padding:0 45px }
.ddsmoothmenu ul{z-index:100; margin: 0; padding: 0; list-style-type: none; }

/*Top level list items*/
.ddsmoothmenu ul li{position: relative; margin:0; padding:0; height:35px; color:#fff; font-size:13px; font-family:'CenturyGothic-Bold'; display:inline-block; line-height:35px; }
/*Top level menu link items style*/
.ddsmoothmenu ul li a{display: block;  margin:0;  padding:0 11px;  display:block;  color:#fff;  text-decoration:none;}
* html .ddsmoothmenu ul li a{display: inline-block; }
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{color:#fff;}
.ddsmoothmenu ul li a.selected { ccolor:#fff; background:#004c19; text-decoration:none;}
.ddsmoothmenu ul li a:hover{color:#fff; background:#004c19; text-decoration:none; }
.ddsmoothmenu ul li ul{position: absolute; left: 0; display: none;  visibility: hidden;  background:#004c19;  z-index:9999999999999 !important; padding:5px 0 5px 0;  }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item; float: none; background: 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{font-size:12px !important;  font-family:'CenturyGothic-Bold';  font-style:normal; width:132px;  padding:5px 15px; margin: 0; border-top-width: 0;  text-transform:none; line-height:normal !important; normal color:#000000;  font-weight:normal;  text-transform:uppercase;  text-shadow:none !important;  }
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li a:hover{ text-shadow:none; }
.ddsmoothmenu ul li ul li a:hover{ background:#01822B;  color:#fff;  text-shadow:none; }
.ddsmoothmenu ul li ul li a.selected{ background:#01822B;  color:#fff;  text-shadow:none !important; }
.ddsmoothmenu ul li ul li a:hover{background:#01822B;  color:#fff;  text-shadow:none !important; }
.ddsmoothmenu ul li ul li ul{position: absolute; left: 0; display: none;  /*collapse all sub menus to begin with*/visibility: hidden;  background:#004c19;  z-index:9999999999999 !important; padding:5px 0 5px 0;  }
.ddsmoothmenu ul li ul li ul li a{font-size:12px !important;  font-family:'CenturyGothic-Bold';  font-style:normal; width:auto;  min-width:180px;  /*width of sub menus*/padding:5px 15px; margin: 0; border-top-width: 0;  text-transform:none; line-height:normal !important; normal color:#000000;  font-weight:bold;  text-transform:uppercase; }
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%; } /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{position: absolute; top: 18px; right: 7px;   display:none; }
.rightarrowclass{position: absolute; top: 6px; right: 5px;  display:none; }
/* ######### 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: silver; }
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/opacity: 0.8; }